#CF2F90

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

Shades of Deep Cerise #CF2F90

Tints of Deep Cerise #CF2F90

Color information

#CF2F90 (or 0xCF2F90) is unknown color: approx Deep Cerise. HEX triplet: CF, 2F and 90. RGB value is (207,47,144). Sum of RGB (Red+Green+Blue) = 207+47+144=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2F90 is #30D06F. Grayscale: #696969. Windows color (decimal): -3199088 or 9449423. OLE color: 9449423.

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

Color convert

RGB20747144-
CMYK00.770.300.19
HSL323.62º62.99%49.8%-
HSV(B)323.62º77.29%81.18%-
XYZ31.7817.3128.05-
YUV105.9149.51200.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.01%
GREEN value IS 47 (18.75% from 255) = 11.81%
BLUE value IS 144 (56.64% from 255) = 36.18%
R=52.01%
G=11.81%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074714400.770.300.19323.6262.9949.8
HexCF2F9004D1E131443f32
Octal31757220011536235047762
Binary1100111110111110010000010011011111010011101000100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2F90; }

 p { color: rgb(207,47,144); }

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

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

 a { background-color: rgb(207,47,144); }

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

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

 span { border-color: rgb(207,47,144); }

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