Html Css Color HEX #CE288B Deep Cerise

📋 copy color: '#CE288B'

red 206 ◦ green 40 ◦ blue 139

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

Shades of Deep Cerise #CE288B

Tints of Deep Cerise #CE288B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.1%

R = 53.51%
G = 10.39%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE288B (or 0xCE288B) is known color: Deep Cerise. HEX triplet: CE, 28 and 8B. RGB value is (206,40,139). Sum of RGB (Red+Green+Blue) = 206+40+139=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE288B is #31D774. Grayscale: #646464. Windows color (decimal): -3266421 or 9119950. OLE color: 9119950.

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

Color convert

RGB 206 40 139 -
CMYK 0 0.81 0.33 0.19
HSL 324.22º 0.67% 0.48% -
HSV(B) 324.22º 0.81% 0.81% -
XYZ 30.87 16.5 25.98 -
YUV 100.92 149.5 202.95 -
System Red Green Blue C M Y K H S L
Decimal 206 40 139 0 0.81 0.33 0.19 324.22 0.67 0.48
Hex CE 28 8B 0 51 21 13 144 43 30
Octal 316 50 213 0 121 41 23 504 103 60
Binary 11001110 101000 10001011 0 1010001 100001 10011 101000100 1000011 110000

Color Harmonies of #CE288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE288B

Black with #CE288B

Text Example


Text Example

White with #CE288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE288B; }

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

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

background-color css

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

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

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

border-color css

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

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

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