Html Css Color HEX #CE2AAB Deep Cerise

📋 copy color: '#CE2AAB'

red 206 ◦ green 42 ◦ blue 171

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

Shades of Deep Cerise #CE2AAB

Tints of Deep Cerise #CE2AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.81%

R = 49.16%
G = 10.02%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE2AAB (or 0xCE2AAB) is known color: Deep Cerise. HEX triplet: CE, 2A and AB. RGB value is (206,42,171). Sum of RGB (Red+Green+Blue) = 206+42+171=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 42 (16.80% from 255 or 10.02% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2AAB is #31D554. Grayscale: #696969. Windows color (decimal): -3265877 or 11217614. OLE color: 11217614.

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

Color convert

RGB 206 42 171 -
CMYK 0 0.80 0.17 0.19
HSL 312.8º 0.66% 0.49% -
HSV(B) 312.8º 0.8% 0.81% -
XYZ 33.63 17.72 40.18 -
YUV 105.74 164.83 199.51 -
System Red Green Blue C M Y K H S L
Decimal 206 42 171 0 0.80 0.17 0.19 312.8 0.66 0.49
Hex CE 2A AB 0 50 11 13 139 42 31
Octal 316 52 253 0 120 21 23 471 102 61
Binary 11001110 101010 10101011 0 1010000 10001 10011 100111001 1000010 110001

Color Harmonies of #CE2AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2AAB

Black with #CE2AAB

Text Example


Text Example

White with #CE2AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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