Html Css Color HEX #CE2B80 Deep Cerise

📋 copy color: '#CE2B80'

red 206 ◦ green 43 ◦ blue 128

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

Shades of Deep Cerise #CE2B80

Tints of Deep Cerise #CE2B80

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.41%

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

R = 54.64%
G = 11.41%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE2B80 (or 0xCE2B80) is known color: Deep Cerise. HEX triplet: CE, 2B and 80. RGB value is (206,43,128). Sum of RGB (Red+Green+Blue) = 206+43+128=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 43 (17.19% from 255 or 11.41% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2B80 is #31D47F. Grayscale: #656565. Windows color (decimal): -3265664 or 8399822. OLE color: 8399822.

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

Color convert

RGB 206 43 128 -
CMYK 0 0.79 0.38 0.19
HSL 328.71º 0.65% 0.49% -
HSV(B) 328.71º 0.79% 0.81% -
XYZ 30.21 16.41 22 -
YUV 101.43 143 202.59 -
System Red Green Blue C M Y K H S L
Decimal 206 43 128 0 0.79 0.38 0.19 328.71 0.65 0.49
Hex CE 2B 80 0 4F 26 13 149 41 31
Octal 316 53 200 0 117 46 23 511 101 61
Binary 11001110 101011 10000000 0 1001111 100110 10011 101001001 1000001 110001

Color Harmonies of #CE2B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2B80

Black with #CE2B80

Text Example


Text Example

White with #CE2B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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