#CC3D7F

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

Shades of Deep Cerise #CC3D7F

Tints of Deep Cerise #CC3D7F

Color information

#CC3D7F (or 0xCC3D7F) is unknown color: approx Deep Cerise. HEX triplet: CC, 3D and 7F. RGB value is (204,61,127). Sum of RGB (Red+Green+Blue) = 204+61+127=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3D7F is #33C280. Grayscale: #6F6F6F. Windows color (decimal): -3392129 or 8338892. OLE color: 8338892.

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

Color convert

RGB20461127-
CMYK00.700.380.2
HSL332.31º58.37%51.96%-
HSV(B)332.31º70.1%80%-
XYZ30.417.7121.89-
YUV111.28136.88194.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.04%
GREEN value IS 61 (24.22% from 255) = 15.56%
BLUE value IS 127 (50% from 255) = 32.40%
R=52.04%
G=15.56%
B=32.40%

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
Decimal2046112700.700.380.2332.3158.3751.96
HexCC3D7F046261414c3a34
Octal31475177010646245147264
Binary1100110011110111111110100011010011010100101001100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3D7F; }

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

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

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

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

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

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

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

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