Html Css Color HEX #CF2F90 Deep Cerise

📋 copy color: '#CF2F90'

red 207 ◦ green 47 ◦ blue 144

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

Shades of Deep Cerise #CF2F90

Tints of Deep Cerise #CF2F90

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 value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF2F90 (or 0xCF2F90) is known color: 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

RGB 207 47 144 -
CMYK 0 0.77 0.30 0.19
HSL 323.63º 0.63% 0.5% -
HSV(B) 323.63º 0.77% 0.81% -
XYZ 31.78 17.31 28.05 -
YUV 105.9 149.51 200.11 -
System Red Green Blue C M Y K H S L
Decimal 207 47 144 0 0.77 0.30 0.19 323.63 0.63 0.5
Hex CF 2F 90 0 4D 1E 13 144 3F 32
Octal 317 57 220 0 115 36 23 504 77 62
Binary 11001111 101111 10010000 0 1001101 11110 10011 101000100 111111 110010

Color Harmonies of #CF2F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2F90

Black with #CF2F90

Text Example


Text Example

White with #CF2F90

Text Example


Text Example

HTML Codes & Css Web 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>