#CC3485

Color #CC3485 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #CC3485

Tints of Deep Cerise #CC3485

Color information

#CC3485 (or 0xCC3485) is unknown color: approx Deep Cerise. HEX triplet: CC, 34 and 85. RGB value is (204,52,133). Sum of RGB (Red+Green+Blue) = 204+52+133=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3485 is #33CB7A. Grayscale: #6A6A6A. Windows color (decimal): -3394427 or 8729804. OLE color: 8729804.

HSL color Cylindrical-coordinate representation of color #CC3485: hue angle of 328.03º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3485 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB20452133-
CMYK00.750.350.2
HSL328.03º59.84%50.2%-
HSV(B)328.03º74.51%80%-
XYZ30.3616.9923.87-
YUV106.68142.86197.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 52.44%
GREEN value IS 52 (20.70% from 255) = 13.37%
BLUE value IS 133 (52.34% from 255) = 34.19%
R=52.44%
G=13.37%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045213300.750.350.2328.0359.8450.2
HexCC348504B23141483c32
Octal31464205011343245107462
Binary11001100110100100001010100101110001110100101001000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3485; }

 p { color: rgb(204,52,133); }

 H1.HeaderClassName
 {
   color: #CC3485;
 }
 .AnyTagClassName
 {
   color: #CC3485;
 }
</style>
background-color css

<style>
 a { background-color: #CC3485; }

 a { background-color: rgb(204,52,133); }

 div.DivClassName
 {
   background-color: #CC3485;
 }
 .BgClassName
 {
   background-color: #CC3485;
 }
</style>
border-color css

<style>
 span { border-color: #CC3485; }

 span { border-color: rgb(204,52,133); }

 td.TdClassName
 {
   border-color: #CC3485;
 }
 .TagClassName
 {
   border-color: #CC3485;
 }
</style>