Html Css Color HEX #CF2578 Deep Cerise

📋 copy color: '#CF2578'

red 207 ◦ green 37 ◦ blue 120

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

Shades of Deep Cerise #CF2578

Tints of Deep Cerise #CF2578

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.16%

 BLUE value IS 120 (47.27% from 255) = 32.97%

R = 56.87%
G = 10.16%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CF2578 (or 0xCF2578) is known color: Deep Cerise. HEX triplet: CF, 25 and 78. RGB value is (207,37,120). Sum of RGB (Red+Green+Blue) = 207+37+120=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 37 (14.84% from 255 or 10.16% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2578 is #30DA87. Grayscale: #616161. Windows color (decimal): -3201672 or 7873999. OLE color: 7873999.

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

Color convert

RGB 207 37 120 -
CMYK 0 0.82 0.42 0.19
HSL 330.71º 0.7% 0.48% -
HSV(B) 330.71º 0.82% 0.81% -
XYZ 29.78 15.94 19.28 -
YUV 97.29 140.82 206.25 -
System Red Green Blue C M Y K H S L
Decimal 207 37 120 0 0.82 0.42 0.19 330.71 0.7 0.48
Hex CF 25 78 0 52 2A 13 14B 46 30
Octal 317 45 170 0 122 52 23 513 106 60
Binary 11001111 100101 1111000 0 1010010 101010 10011 101001011 1000110 110000

Color Harmonies of #CF2578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2578

Black with #CF2578

Text Example


Text Example

White with #CF2578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2578; }

 p { color: rgb(207,37,120); }

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

background-color css

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

 a { background-color: rgb(207,37,120); }

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

border-color css

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

 span { border-color: rgb(207,37,120); }

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