Html Css Color HEX #CF2580 Deep Cerise

📋 copy color: '#CF2580'

red 207 ◦ green 37 ◦ blue 128

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

Shades of Deep Cerise #CF2580

Tints of Deep Cerise #CF2580

RGB

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

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

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

R = 55.65%
G = 9.95%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CF2580 (or 0xCF2580) is known color: Deep Cerise. HEX triplet: CF, 25 and 80. RGB value is (207,37,128). Sum of RGB (Red+Green+Blue) = 207+37+128=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 37 (14.84% from 255 or 9.95% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2580 is #30DA7F. Grayscale: #626262. Windows color (decimal): -3201664 or 8398287. OLE color: 8398287.

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

Color convert

RGB 207 37 128 -
CMYK 0 0.82 0.38 0.19
HSL 327.88º 0.7% 0.48% -
HSV(B) 327.88º 0.82% 0.81% -
XYZ 30.29 16.15 21.94 -
YUV 98.2 144.82 205.6 -
System Red Green Blue C M Y K H S L
Decimal 207 37 128 0 0.82 0.38 0.19 327.88 0.7 0.48
Hex CF 25 80 0 52 26 13 148 46 30
Octal 317 45 200 0 122 46 23 510 106 60
Binary 11001111 100101 10000000 0 1010010 100110 10011 101001000 1000110 110000

Color Harmonies of #CF2580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2580

Black with #CF2580

Text Example


Text Example

White with #CF2580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2580; }

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

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

background-color css

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

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

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

border-color css

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

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

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