#CC3D7B

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

Shades of Deep Cerise #CC3D7B

Tints of Deep Cerise #CC3D7B

Color information

#CC3D7B (or 0xCC3D7B) is unknown color: approx Deep Cerise. HEX triplet: CC, 3D and 7B. RGB value is (204,61,123). Sum of RGB (Red+Green+Blue) = 204+61+123=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3D7B is #33C284. Grayscale: #6E6E6E. Windows color (decimal): -3392133 or 8076748. OLE color: 8076748.

HSL color Cylindrical-coordinate representation of color #CC3D7B: hue angle of 333.99º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC3D7B is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB20461123-
CMYK00.700.400.2
HSL333.99º58.37%51.96%-
HSV(B)333.99º70.1%80%-
XYZ30.1517.620.55-
YUV110.82134.88194.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.58%
GREEN value IS 61 (24.22% from 255) = 15.72%
BLUE value IS 123 (48.44% from 255) = 31.70%
R=52.58%
G=15.72%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046112300.700.400.2333.9958.3751.96
HexCC3D7B046281414e3a34
Octal31475173010650245167264
Binary1100110011110111110110100011010100010100101001110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3D7B; }

 p { color: rgb(204,61,123); }

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

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

 a { background-color: rgb(204,61,123); }

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

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

 span { border-color: rgb(204,61,123); }

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