Html Css Color HEX #CF2579 Deep Cerise

📋 copy color: '#CF2579'

red 207 ◦ green 37 ◦ blue 121

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

Shades of Deep Cerise #CF2579

Tints of Deep Cerise #CF2579

RGB

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

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

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

R = 56.71%
G = 10.14%
B = 33.15%

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

#CF2579 (or 0xCF2579) is known color: Deep Cerise. HEX triplet: CF, 25 and 79. RGB value is (207,37,121). Sum of RGB (Red+Green+Blue) = 207+37+121=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2579 is #30DA86. Grayscale: #616161. Windows color (decimal): -3201671 or 7939535. OLE color: 7939535.

HSL color Cylindrical-coordinate representation of color #CF2579: hue angle of 330.35º 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 #CF2579 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 37 121 -
CMYK 0 0.82 0.42 0.19
HSL 330.35º 0.7% 0.48% -
HSV(B) 330.35º 0.82% 0.81% -
XYZ 29.84 15.97 19.6 -
YUV 97.41 141.32 206.17 -
System Red Green Blue C M Y K H S L
Decimal 207 37 121 0 0.82 0.42 0.19 330.35 0.7 0.48
Hex CF 25 79 0 52 2A 13 14A 46 30
Octal 317 45 171 0 122 52 23 512 106 60
Binary 11001111 100101 1111001 0 1010010 101010 10011 101001010 1000110 110000

Color Harmonies of #CF2579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2579

Black with #CF2579

Text Example


Text Example

White with #CF2579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2579; }

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

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

background-color css

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

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

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

border-color css

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

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

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