Html Css Color HEX #CE2AA0 Deep Cerise

📋 copy color: '#CE2AA0'

red 206 ◦ green 42 ◦ blue 160

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

Shades of Deep Cerise #CE2AA0

Tints of Deep Cerise #CE2AA0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.29%

 BLUE value IS 160 (62.89% from 255) = 39.22%

R = 50.49%
G = 10.29%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CE2AA0 (or 0xCE2AA0) is known color: Deep Cerise. HEX triplet: CE, 2A and A0. RGB value is (206,42,160). Sum of RGB (Red+Green+Blue) = 206+42+160=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 42 (16.80% from 255 or 10.29% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2AA0 is #31D55F. Grayscale: #686868. Windows color (decimal): -3265888 or 10496718. OLE color: 10496718.

HSL color Cylindrical-coordinate representation of color #CE2AA0: hue angle of 316.83º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2AA0 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 42 160 -
CMYK 0 0.80 0.22 0.19
HSL 316.83º 0.66% 0.49% -
HSV(B) 316.83º 0.8% 0.81% -
XYZ 32.63 17.32 34.88 -
YUV 104.49 159.33 200.41 -
System Red Green Blue C M Y K H S L
Decimal 206 42 160 0 0.80 0.22 0.19 316.83 0.66 0.49
Hex CE 2A A0 0 50 16 13 13D 42 31
Octal 316 52 240 0 120 26 23 475 102 61
Binary 11001110 101010 10100000 0 1010000 10110 10011 100111101 1000010 110001

Color Harmonies of #CE2AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2AA0

Black with #CE2AA0

Text Example


Text Example

White with #CE2AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2AA0; }

 p { color: rgb(206,42,160); }

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

background-color css

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

 a { background-color: rgb(206,42,160); }

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

border-color css

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

 span { border-color: rgb(206,42,160); }

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