Html Css Color HEX #CF2E80 Deep Cerise

📋 copy color: '#CF2E80'

red 207 ◦ green 46 ◦ blue 128

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

Shades of Deep Cerise #CF2E80

Tints of Deep Cerise #CF2E80

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.07%

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

R = 54.33%
G = 12.07%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CF2E80 (or 0xCF2E80) is known color: Deep Cerise. HEX triplet: CF, 2E and 80. RGB value is (207,46,128). Sum of RGB (Red+Green+Blue) = 207+46+128=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 46 (18.36% from 255 or 12.07% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2E80 is #30D17F. Grayscale: #676767. Windows color (decimal): -3199360 or 8400591. OLE color: 8400591.

HSL color Cylindrical-coordinate representation of color #CF2E80: hue angle of 329.44º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2E80 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 46 128 -
CMYK 0 0.78 0.38 0.19
HSL 329.44º 0.64% 0.5% -
HSV(B) 329.44º 0.78% 0.81% -
XYZ 30.61 16.78 22.05 -
YUV 103.49 141.84 201.83 -
System Red Green Blue C M Y K H S L
Decimal 207 46 128 0 0.78 0.38 0.19 329.44 0.64 0.5
Hex CF 2E 80 0 4E 26 13 149 40 32
Octal 317 56 200 0 116 46 23 511 100 62
Binary 11001111 101110 10000000 0 1001110 100110 10011 101001001 1000000 110010

Color Harmonies of #CF2E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2E80

Black with #CF2E80

Text Example


Text Example

White with #CF2E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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