Html Css Color HEX #CF2F80 Deep Cerise

📋 copy color: '#CF2F80'

red 207 ◦ green 47 ◦ blue 128

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

Shades of Deep Cerise #CF2F80

Tints of Deep Cerise #CF2F80

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.3%

 BLUE value IS 128 (50.39% from 255) = 33.51%

R = 54.19%
G = 12.3%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CF2F80 (or 0xCF2F80) is known color: Deep Cerise. HEX triplet: CF, 2F and 80. RGB value is (207,47,128). Sum of RGB (Red+Green+Blue) = 207+47+128=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2F80 is #30D07F. Grayscale: #676767. Windows color (decimal): -3199104 or 8400847. OLE color: 8400847.

HSL color Cylindrical-coordinate representation of color #CF2F80: hue angle of 329.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 #CF2F80 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 47 128 -
CMYK 0 0.77 0.38 0.19
HSL 329.63º 0.63% 0.5% -
HSV(B) 329.63º 0.77% 0.81% -
XYZ 30.64 16.86 22.06 -
YUV 104.07 141.51 201.41 -
System Red Green Blue C M Y K H S L
Decimal 207 47 128 0 0.77 0.38 0.19 329.63 0.63 0.5
Hex CF 2F 80 0 4D 26 13 14A 3F 32
Octal 317 57 200 0 115 46 23 512 77 62
Binary 11001111 101111 10000000 0 1001101 100110 10011 101001010 111111 110010

Color Harmonies of #CF2F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2F80

Black with #CF2F80

Text Example


Text Example

White with #CF2F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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