Html Css Color HEX #CE2F81 Deep Cerise

📋 copy color: '#CE2F81'

red 206 ◦ green 47 ◦ blue 129

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

Shades of Deep Cerise #CE2F81

Tints of Deep Cerise #CE2F81

RGB

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

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

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

R = 53.93%
G = 12.3%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE2F81 (or 0xCE2F81) is known color: Deep Cerise. HEX triplet: CE, 2F and 81. RGB value is (206,47,129). Sum of RGB (Red+Green+Blue) = 206+47+129=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2F81 is #31D07E. Grayscale: #676767. Windows color (decimal): -3264639 or 8466382. OLE color: 8466382.

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

Color convert

RGB 206 47 129 -
CMYK 0 0.77 0.37 0.19
HSL 329.06º 0.63% 0.5% -
HSV(B) 329.06º 0.77% 0.81% -
XYZ 30.43 16.74 22.4 -
YUV 103.89 142.18 200.83 -
System Red Green Blue C M Y K H S L
Decimal 206 47 129 0 0.77 0.37 0.19 329.06 0.63 0.5
Hex CE 2F 81 0 4D 25 13 149 3F 32
Octal 316 57 201 0 115 45 23 511 77 62
Binary 11001110 101111 10000001 0 1001101 100101 10011 101001001 111111 110010

Color Harmonies of #CE2F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2F81

Black with #CE2F81

Text Example


Text Example

White with #CE2F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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