Html Css Color HEX #CE2CA8 Deep Cerise

📋 copy color: '#CE2CA8'

red 206 ◦ green 44 ◦ blue 168

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

Shades of Deep Cerise #CE2CA8

Tints of Deep Cerise #CE2CA8

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.53%

 BLUE value IS 168 (66.02% from 255) = 40.19%

R = 49.28%
G = 10.53%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CE2CA8 (or 0xCE2CA8) is known color: Deep Cerise. HEX triplet: CE, 2C and A8. RGB value is (206,44,168). Sum of RGB (Red+Green+Blue) = 206+44+168=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 168 (66.02% from 255 or 40.19% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2CA8 is #31D357. Grayscale: #6A6A6A. Windows color (decimal): -3265368 or 11021518. OLE color: 11021518.

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

Color convert

RGB 206 44 168 -
CMYK 0 0.79 0.18 0.19
HSL 314.07º 0.65% 0.49% -
HSV(B) 314.07º 0.79% 0.81% -
XYZ 33.42 17.75 38.71 -
YUV 106.57 162.67 198.92 -
System Red Green Blue C M Y K H S L
Decimal 206 44 168 0 0.79 0.18 0.19 314.07 0.65 0.49
Hex CE 2C A8 0 4F 12 13 13A 41 31
Octal 316 54 250 0 117 22 23 472 101 61
Binary 11001110 101100 10101000 0 1001111 10010 10011 100111010 1000001 110001

Color Harmonies of #CE2CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2CA8

Black with #CE2CA8

Text Example


Text Example

White with #CE2CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2CA8; }

 p { color: rgb(206,44,168); }

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

background-color css

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

 a { background-color: rgb(206,44,168); }

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

border-color css

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

 span { border-color: rgb(206,44,168); }

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