Html Css Color HEX #CE2886 Deep Cerise

📋 copy color: '#CE2886'

red 206 ◦ green 40 ◦ blue 134

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

Shades of Deep Cerise #CE2886

Tints of Deep Cerise #CE2886

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.53%

 BLUE value IS 134 (52.73% from 255) = 35.26%

R = 54.21%
G = 10.53%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CE2886 (or 0xCE2886) is known color: Deep Cerise. HEX triplet: CE, 28 and 86. RGB value is (206,40,134). Sum of RGB (Red+Green+Blue) = 206+40+134=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2886 is #31D779. Grayscale: #646464. Windows color (decimal): -3266426 or 8792270. OLE color: 8792270.

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

Color convert

RGB 206 40 134 -
CMYK 0 0.81 0.35 0.19
HSL 326.02º 0.67% 0.48% -
HSV(B) 326.02º 0.81% 0.81% -
XYZ 30.52 16.36 24.1 -
YUV 100.35 147 203.36 -
System Red Green Blue C M Y K H S L
Decimal 206 40 134 0 0.81 0.35 0.19 326.02 0.67 0.48
Hex CE 28 86 0 51 23 13 146 43 30
Octal 316 50 206 0 121 43 23 506 103 60
Binary 11001110 101000 10000110 0 1010001 100011 10011 101000110 1000011 110000

Color Harmonies of #CE2886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2886

Black with #CE2886

Text Example


Text Example

White with #CE2886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2886; }

 p { color: rgb(206,40,134); }

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

background-color css

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

 a { background-color: rgb(206,40,134); }

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

border-color css

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

 span { border-color: rgb(206,40,134); }

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