#cf2c95

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

Shades of Deep Cerise #CF2C95

Tints of Deep Cerise #CF2C95

Color information

#CF2C95 (or 0xCF2C95) is unknown color: approx Deep Cerise. HEX triplet: CF, 2C and 95. RGB value is (207,44,149). Sum of RGB (Red+Green+Blue) = 207+44+149=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2C95 is #30D36A. Grayscale: #686868. Windows color (decimal): -3199851 or 9776335. OLE color: 9776335.

HSL color Cylindrical-coordinate representation of color #CF2C95: hue angle of 321.35º degrees, saturation: 0.65, 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 #CF2C95 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB20744149-
CMYK00.790.280.19
HSL321.35º64.94%49.22%-
HSV(B)321.35º78.74%81.18%-
XYZ32.0617.2430.07-
YUV104.71153200.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.75%
GREEN value IS 44 (17.58% from 255) = 11%
BLUE value IS 149 (58.59% from 255) = 37.25%
R=51.75%
G=11%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074414900.790.280.19321.3564.9449.22
HexCF2C9504F1C131414131
Octal317542250117342350110161
Binary11001111101100100101010100111111100100111010000011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf2c95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf2c95; }

 p { color: rgb(207,44,149); }

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

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

 a { background-color: rgb(207,44,149); }

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

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

 span { border-color: rgb(207,44,149); }

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