#cf2b78

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

Shades of Deep Cerise #CF2B78

Tints of Deep Cerise #CF2B78

Color information

#CF2B78 (or 0xCF2B78) is unknown color: approx Deep Cerise. HEX triplet: CF, 2B and 78. RGB value is (207,43,120). Sum of RGB (Red+Green+Blue) = 207+43+120=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2B78 is #30D487. Grayscale: #646464. Windows color (decimal): -3200136 or 7875535. OLE color: 7875535.

HSL color Cylindrical-coordinate representation of color #CF2B78: hue angle of 331.83º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2B78 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB20743120-
CMYK00.790.420.19
HSL331.83º65.6%49.02%-
HSV(B)331.83º79.23%81.18%-
XYZ29.9916.3519.34-
YUV100.81138.83203.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.95%
GREEN value IS 43 (17.19% from 255) = 11.62%
BLUE value IS 120 (47.27% from 255) = 32.43%
R=55.95%
G=11.62%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074312000.790.420.19331.8365.649.02
HexCF2B7804F2A1314c4231
Octal317531700117522351410261
Binary11001111101011111100001001111101010100111010011001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf2b78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf2b78; }

 p { color: rgb(207,43,120); }

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

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

 a { background-color: rgb(207,43,120); }

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

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

 span { border-color: rgb(207,43,120); }

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