Html Css Color HEX #CF2879 Deep Cerise

📋 copy color: '#CF2879'

red 207 ◦ green 40 ◦ blue 121

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

Shades of Deep Cerise #CF2879

Tints of Deep Cerise #CF2879

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.87%

 BLUE value IS 121 (47.66% from 255) = 32.88%

R = 56.25%
G = 10.87%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CF2879 (or 0xCF2879) is known color: Deep Cerise. HEX triplet: CF, 28 and 79. RGB value is (207,40,121). Sum of RGB (Red+Green+Blue) = 207+40+121=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2879 is #30D786. Grayscale: #636363. Windows color (decimal): -3200903 or 7940303. OLE color: 7940303.

HSL color Cylindrical-coordinate representation of color #CF2879: hue angle of 330.9º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2879 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 40 121 -
CMYK 0 0.81 0.42 0.19
HSL 330.9º 0.68% 0.48% -
HSV(B) 330.9º 0.81% 0.81% -
XYZ 29.94 16.16 19.63 -
YUV 99.17 140.33 204.91 -
System Red Green Blue C M Y K H S L
Decimal 207 40 121 0 0.81 0.42 0.19 330.9 0.68 0.48
Hex CF 28 79 0 51 2A 13 14B 44 30
Octal 317 50 171 0 121 52 23 513 104 60
Binary 11001111 101000 1111001 0 1010001 101010 10011 101001011 1000100 110000

Color Harmonies of #CF2879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2879

Black with #CF2879

Text Example


Text Example

White with #CF2879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2879; }

 p { color: rgb(207,40,121); }

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

background-color css

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

 a { background-color: rgb(207,40,121); }

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

border-color css

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

 span { border-color: rgb(207,40,121); }

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