#CF33A2

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

Shades of Deep Cerise #CF33A2

Tints of Deep Cerise #CF33A2

Color information

#CF33A2 (or 0xCF33A2) is unknown color: approx Deep Cerise. HEX triplet: CF, 33 and A2. RGB value is (207,51,162). Sum of RGB (Red+Green+Blue) = 207+51+162=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF33A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF33A2 is #30CC5D. Grayscale: #6E6E6E. Windows color (decimal): -3198046 or 10630095. OLE color: 10630095.

HSL color Cylindrical-coordinate representation of color #CF33A2: hue angle of 317.31º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF33A2 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB20751162-
CMYK00.750.220.19
HSL317.31º61.9%50.59%-
HSV(B)317.31º75.36%81.18%-
XYZ33.4418.2435.94-
YUV110.3157.18196.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.29%
GREEN value IS 51 (20.31% from 255) = 12.14%
BLUE value IS 162 (63.67% from 255) = 38.57%
R=49.29%
G=12.14%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075116200.750.220.19317.3161.950.59
HexCF33A204B161313d3e33
Octal31763242011326234757663
Binary1100111111001110100010010010111011010011100111101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF33A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF33A2; }

 p { color: rgb(207,51,162); }

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

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

 a { background-color: rgb(207,51,162); }

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

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

 span { border-color: rgb(207,51,162); }

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