Html Css Color HEX #CE2F80 Deep Cerise

📋 copy color: '#CE2F80'

red 206 ◦ green 47 ◦ blue 128

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

Shades of Deep Cerise #CE2F80

Tints of Deep Cerise #CE2F80

RGB

 RED value IS 206 (80.86% from 255) = 54.07%

 GREEN value IS 47 (18.75% from 255) = 12.34%

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

R = 54.07%
G = 12.34%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE2F80 (or 0xCE2F80) is known color: Deep Cerise. HEX triplet: CE, 2F and 80. RGB value is (206,47,128). Sum of RGB (Red+Green+Blue) = 206+47+128=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2F80 is #31D07F. Grayscale: #676767. Windows color (decimal): -3264640 or 8400846. OLE color: 8400846.

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

Color convert

RGB 206 47 128 -
CMYK 0 0.77 0.38 0.19
HSL 329.43º 0.63% 0.5% -
HSV(B) 329.43º 0.77% 0.81% -
XYZ 30.37 16.71 22.05 -
YUV 103.78 141.68 200.91 -
System Red Green Blue C M Y K H S L
Decimal 206 47 128 0 0.77 0.38 0.19 329.43 0.63 0.5
Hex CE 2F 80 0 4D 26 13 149 3F 32
Octal 316 57 200 0 115 46 23 511 77 62
Binary 11001110 101111 10000000 0 1001101 100110 10011 101001001 111111 110010

Color Harmonies of #CE2F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2F80

Black with #CE2F80

Text Example


Text Example

White with #CE2F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2F80; }

 p { color: rgb(206,47,128); }

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

background-color css

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

 a { background-color: rgb(206,47,128); }

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

border-color css

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

 span { border-color: rgb(206,47,128); }

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