Html Css Color HEX #CE288D Deep Cerise

📋 copy color: '#CE288D'

red 206 ◦ green 40 ◦ blue 141

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

Shades of Deep Cerise #CE288D

Tints of Deep Cerise #CE288D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.43%

R = 53.23%
G = 10.34%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE288D (or 0xCE288D) is known color: Deep Cerise. HEX triplet: CE, 28 and 8D. RGB value is (206,40,141). Sum of RGB (Red+Green+Blue) = 206+40+141=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE288D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE288D is #31D772. Grayscale: #646464. Windows color (decimal): -3266419 or 9251022. OLE color: 9251022.

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

Color convert

RGB 206 40 141 -
CMYK 0 0.81 0.32 0.19
HSL 323.49º 0.67% 0.48% -
HSV(B) 323.49º 0.81% 0.81% -
XYZ 31.02 16.56 26.76 -
YUV 101.15 150.5 202.79 -
System Red Green Blue C M Y K H S L
Decimal 206 40 141 0 0.81 0.32 0.19 323.49 0.67 0.48
Hex CE 28 8D 0 51 20 13 143 43 30
Octal 316 50 215 0 121 40 23 503 103 60
Binary 11001110 101000 10001101 0 1010001 100000 10011 101000011 1000011 110000

Color Harmonies of #CE288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE288D

Black with #CE288D

Text Example


Text Example

White with #CE288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE288D; }

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

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

background-color css

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

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

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

border-color css

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

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

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