#CF2D91

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

Shades of Deep Cerise #CF2D91

Tints of Deep Cerise #CF2D91

Color information

#CF2D91 (or 0xCF2D91) is unknown color: approx Deep Cerise. HEX triplet: CF, 2D and 91. RGB value is (207,45,145). Sum of RGB (Red+Green+Blue) = 207+45+145=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2D91 is #30D26E. Grayscale: #686868. Windows color (decimal): -3199599 or 9514447. OLE color: 9514447.

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

Color convert

RGB20745145-
CMYK00.780.300.19
HSL322.96º64.29%49.41%-
HSV(B)322.96º78.26%81.18%-
XYZ31.7817.1928.43-
YUV104.84150.67200.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.14%
GREEN value IS 45 (17.97% from 255) = 11.34%
BLUE value IS 145 (57.03% from 255) = 36.52%
R=52.14%
G=11.34%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074514500.780.300.19322.9664.2949.41
HexCF2D9104E1E131434031
Octal317552210116362350310061
Binary11001111101101100100010100111011110100111010000111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2D91; }

 p { color: rgb(207,45,145); }

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

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

 a { background-color: rgb(207,45,145); }

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

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

 span { border-color: rgb(207,45,145); }

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