Html Css Color HEX #CF2991 Deep Cerise

📋 copy color: '#CF2991'

red 207 ◦ green 41 ◦ blue 145

#CF2991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #CF2991

Tints of Deep Cerise #CF2991

RGB

 RED value IS 207 (81.25% from 255) = 52.67%

 GREEN value IS 41 (16.41% from 255) = 10.43%

 BLUE value IS 145 (57.03% from 255) = 36.9%

R = 52.67%
G = 10.43%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF2991 (or 0xCF2991) is known color: Deep Cerise. HEX triplet: CF, 29 and 91. RGB value is (207,41,145). Sum of RGB (Red+Green+Blue) = 207+41+145=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2991 is #30D66E. Grayscale: #666666. Windows color (decimal): -3200623 or 9513423. OLE color: 9513423.

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

Color convert

RGB 207 41 145 -
CMYK 0 0.80 0.30 0.19
HSL 322.41º 0.67% 0.49% -
HSV(B) 322.41º 0.8% 0.81% -
XYZ 31.64 16.9 28.38 -
YUV 102.49 152 202.54 -
System Red Green Blue C M Y K H S L
Decimal 207 41 145 0 0.80 0.30 0.19 322.41 0.67 0.49
Hex CF 29 91 0 50 1E 13 142 43 31
Octal 317 51 221 0 120 36 23 502 103 61
Binary 11001111 101001 10010001 0 1010000 11110 10011 101000010 1000011 110001

Color Harmonies of #CF2991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2991

Black with #CF2991

Text Example


Text Example

White with #CF2991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2991; }

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

 H1.HeaderClassName
 {
   color: #CF2991;
 }
 .AnyTagClassName
 {
   color: #CF2991;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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