#CD2F72

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

Shades of Cerise #CD2F72

Tints of Cerise #CD2F72

Color information

#CD2F72 (or 0xCD2F72) is unknown color: approx Cerise. HEX triplet: CD, 2F and 72. RGB value is (205,47,114). Sum of RGB (Red+Green+Blue) = 205+47+114=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2F72 is #32D08D. Grayscale: #656565. Windows color (decimal): -3330190 or 7483341. OLE color: 7483341.

HSL color Cylindrical-coordinate representation of color #CD2F72: hue angle of 334.56º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD2F72 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB20547114-
CMYK00.770.440.20
HSL334.56º62.7%49.41%-
HSV(B)334.56º77.07%80.39%-
XYZ29.2316.2317.51-
YUV101.88134.85201.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.01%
GREEN value IS 47 (18.75% from 255) = 12.84%
BLUE value IS 114 (44.92% from 255) = 31.15%
R=56.01%
G=12.84%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2054711400.770.440.20334.5662.749.41
HexCD2F7204D2C1414f3f31
Octal31557162011554245177761
Binary1100110110111111100100100110110110010100101001111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2F72; }

 p { color: rgb(205,47,114); }

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

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

 a { background-color: rgb(205,47,114); }

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

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

 span { border-color: rgb(205,47,114); }

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