Html Css Color HEX #CF2581 Deep Cerise

📋 copy color: '#CF2581'

red 207 ◦ green 37 ◦ blue 129

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

Shades of Deep Cerise #CF2581

Tints of Deep Cerise #CF2581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.58%

R = 55.5%
G = 9.92%
B = 34.58%

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

#CF2581 (or 0xCF2581) is known color: Deep Cerise. HEX triplet: CF, 25 and 81. RGB value is (207,37,129). Sum of RGB (Red+Green+Blue) = 207+37+129=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2581 is #30DA7E. Grayscale: #626262. Windows color (decimal): -3201663 or 8463823. OLE color: 8463823.

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

Color convert

RGB 207 37 129 -
CMYK 0 0.82 0.38 0.19
HSL 327.53º 0.7% 0.48% -
HSV(B) 327.53º 0.82% 0.81% -
XYZ 30.36 16.17 22.29 -
YUV 98.32 145.32 205.52 -
System Red Green Blue C M Y K H S L
Decimal 207 37 129 0 0.82 0.38 0.19 327.53 0.7 0.48
Hex CF 25 81 0 52 26 13 148 46 30
Octal 317 45 201 0 122 46 23 510 106 60
Binary 11001111 100101 10000001 0 1010010 100110 10011 101001000 1000110 110000

Color Harmonies of #CF2581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2581

Black with #CF2581

Text Example


Text Example

White with #CF2581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2581; }

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

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

background-color css

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

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

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

border-color css

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

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

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