#CF2CAB

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

Shades of Deep Cerise #CF2CAB

Tints of Deep Cerise #CF2CAB

Color information

#CF2CAB (or 0xCF2CAB) is unknown color: approx Deep Cerise. HEX triplet: CF, 2C and AB. RGB value is (207,44,171). Sum of RGB (Red+Green+Blue) = 207+44+171=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 44 (17.58% from 255 or 10.43% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2CAB is #30D354. Grayscale: #6A6A6A. Windows color (decimal): -3199829 or 11218127. OLE color: 11218127.

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

Color convert

RGB20744171-
CMYK00.790.170.19
HSL313.25º64.94%49.22%-
HSV(B)313.25º78.74%81.18%-
XYZ33.9818.0140.21-
YUV107.22164199.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.05%
GREEN value IS 44 (17.58% from 255) = 10.43%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=49.05%
G=10.43%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074417100.790.170.19313.2564.9449.22
HexCF2CAB04F11131394131
Octal317542530117212347110161
Binary11001111101100101010110100111110001100111001110011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2CAB; }

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

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

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

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

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

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

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

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