#CF2CAA

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

Shades of Deep Cerise #CF2CAA

Tints of Deep Cerise #CF2CAA

Color information

#CF2CAA (or 0xCF2CAA) is unknown color: approx Deep Cerise. HEX triplet: CF, 2C and AA. RGB value is (207,44,170). Sum of RGB (Red+Green+Blue) = 207+44+170=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 44 (17.58% from 255 or 10.45% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2CAA is #30D355. Grayscale: #6A6A6A. Windows color (decimal): -3199830 or 11152591. OLE color: 11152591.

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

Color convert

RGB20744170-
CMYK00.790.180.19
HSL313.62º64.94%49.22%-
HSV(B)313.62º78.74%81.18%-
XYZ33.8917.9739.71-
YUV107.1163.5199.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.17%
GREEN value IS 44 (17.58% from 255) = 10.45%
BLUE value IS 170 (66.80% from 255) = 40.38%
R=49.17%
G=10.45%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074417000.790.180.19313.6264.9449.22
HexCF2CAA04F121313a4131
Octal317542520117222347210161
Binary11001111101100101010100100111110010100111001110101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2CAA; }

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

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

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

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

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

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

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

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