Html Css Color HEX #CE2980 Deep Cerise

📋 copy color: '#CE2980'

red 206 ◦ green 41 ◦ blue 128

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

Shades of Deep Cerise #CE2980

Tints of Deep Cerise #CE2980

RGB

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

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

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

R = 54.93%
G = 10.93%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE2980 (or 0xCE2980) is known color: Deep Cerise. HEX triplet: CE, 29 and 80. RGB value is (206,41,128). Sum of RGB (Red+Green+Blue) = 206+41+128=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2980 is #31D67F. Grayscale: #646464. Windows color (decimal): -3266176 or 8399310. OLE color: 8399310.

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

Color convert

RGB 206 41 128 -
CMYK 0 0.80 0.38 0.19
HSL 328.36º 0.67% 0.48% -
HSV(B) 328.36º 0.8% 0.81% -
XYZ 30.14 16.27 21.97 -
YUV 100.25 143.66 203.43 -
System Red Green Blue C M Y K H S L
Decimal 206 41 128 0 0.80 0.38 0.19 328.36 0.67 0.48
Hex CE 29 80 0 50 26 13 148 43 30
Octal 316 51 200 0 120 46 23 510 103 60
Binary 11001110 101001 10000000 0 1010000 100110 10011 101001000 1000011 110000

Color Harmonies of #CE2980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2980

Black with #CE2980

Text Example


Text Example

White with #CE2980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2980; }

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

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

background-color css

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

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

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

border-color css

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

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

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