Html Css Color HEX #CE2981 Deep Cerise

📋 copy color: '#CE2981'

red 206 ◦ green 41 ◦ blue 129

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

Shades of Deep Cerise #CE2981

Tints of Deep Cerise #CE2981

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.9%

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

R = 54.79%
G = 10.9%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE2981 (or 0xCE2981) is known color: Deep Cerise. HEX triplet: CE, 29 and 81. RGB value is (206,41,129). Sum of RGB (Red+Green+Blue) = 206+41+129=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2981 is #31D67E. Grayscale: #646464. Windows color (decimal): -3266175 or 8464846. OLE color: 8464846.

HSL color Cylindrical-coordinate representation of color #CE2981: hue angle of 328º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2981 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 41 129 -
CMYK 0 0.80 0.37 0.19
HSL 328º 0.67% 0.48% -
HSV(B) 328º 0.8% 0.81% -
XYZ 30.21 16.29 22.32 -
YUV 100.37 144.16 203.34 -
System Red Green Blue C M Y K H S L
Decimal 206 41 129 0 0.80 0.37 0.19 328 0.67 0.48
Hex CE 29 81 0 50 25 13 148 43 30
Octal 316 51 201 0 120 45 23 510 103 60
Binary 11001110 101001 10000001 0 1010000 100101 10011 101001000 1000011 110000

Color Harmonies of #CE2981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2981

Black with #CE2981

Text Example


Text Example

White with #CE2981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2981; }

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

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

background-color css

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

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

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

border-color css

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

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

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