Html Css Color HEX #CE2B88 Deep Cerise

📋 copy color: '#CE2B88'

red 206 ◦ green 43 ◦ blue 136

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

Shades of Deep Cerise #CE2B88

Tints of Deep Cerise #CE2B88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.32%

R = 53.51%
G = 11.17%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CE2B88 (or 0xCE2B88) is known color: Deep Cerise. HEX triplet: CE, 2B and 88. RGB value is (206,43,136). Sum of RGB (Red+Green+Blue) = 206+43+136=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2B88 is #31D477. Grayscale: #666666. Windows color (decimal): -3265656 or 8924110. OLE color: 8924110.

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

Color convert

RGB 206 43 136 -
CMYK 0 0.79 0.34 0.19
HSL 325.77º 0.65% 0.49% -
HSV(B) 325.77º 0.79% 0.81% -
XYZ 30.76 16.63 24.88 -
YUV 102.34 147 201.94 -
System Red Green Blue C M Y K H S L
Decimal 206 43 136 0 0.79 0.34 0.19 325.77 0.65 0.49
Hex CE 2B 88 0 4F 22 13 146 41 31
Octal 316 53 210 0 117 42 23 506 101 61
Binary 11001110 101011 10001000 0 1001111 100010 10011 101000110 1000001 110001

Color Harmonies of #CE2B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2B88

Black with #CE2B88

Text Example


Text Example

White with #CE2B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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