Html Css Color HEX #CE288E Deep Cerise

📋 copy color: '#CE288E'

red 206 ◦ green 40 ◦ blue 142

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

Shades of Deep Cerise #CE288E

Tints of Deep Cerise #CE288E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.6%

R = 53.09%
G = 10.31%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE288E (or 0xCE288E) is known color: Deep Cerise. HEX triplet: CE, 28 and 8E. RGB value is (206,40,142). Sum of RGB (Red+Green+Blue) = 206+40+142=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE288E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE288E is #31D771. Grayscale: #656565. Windows color (decimal): -3266418 or 9316558. OLE color: 9316558.

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

Color convert

RGB 206 40 142 -
CMYK 0 0.81 0.31 0.19
HSL 323.13º 0.67% 0.48% -
HSV(B) 323.13º 0.81% 0.81% -
XYZ 31.09 16.59 27.15 -
YUV 101.26 151 202.71 -
System Red Green Blue C M Y K H S L
Decimal 206 40 142 0 0.81 0.31 0.19 323.13 0.67 0.48
Hex CE 28 8E 0 51 1F 13 143 43 30
Octal 316 50 216 0 121 37 23 503 103 60
Binary 11001110 101000 10001110 0 1010001 11111 10011 101000011 1000011 110000

Color Harmonies of #CE288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE288E

Black with #CE288E

Text Example


Text Example

White with #CE288E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE288E; }

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

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

background-color css

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

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

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

border-color css

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

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

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