#CC3D7E

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

Shades of Deep Cerise #CC3D7E

Tints of Deep Cerise #CC3D7E

Color information

#CC3D7E (or 0xCC3D7E) is unknown color: approx Deep Cerise. HEX triplet: CC, 3D and 7E. RGB value is (204,61,126). Sum of RGB (Red+Green+Blue) = 204+61+126=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3D7E is #33C281. Grayscale: #6F6F6F. Windows color (decimal): -3392130 or 8273356. OLE color: 8273356.

HSL color Cylindrical-coordinate representation of color #CC3D7E: hue angle of 332.73º 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 #CC3D7E is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB20461126-
CMYK00.700.380.2
HSL332.73º58.37%51.96%-
HSV(B)332.73º70.1%80%-
XYZ30.3417.6821.55-
YUV111.17136.38194.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.17%
GREEN value IS 61 (24.22% from 255) = 15.60%
BLUE value IS 126 (49.61% from 255) = 32.23%
R=52.17%
G=15.60%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046112600.700.380.2332.7358.3751.96
HexCC3D7E046261414d3a34
Octal31475176010646245157264
Binary1100110011110111111100100011010011010100101001101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3D7E; }

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

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

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

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

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

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

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

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