Html Css Color HEX #CE2AAC Deep Cerise

📋 copy color: '#CE2AAC'

red 206 ◦ green 42 ◦ blue 172

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

Shades of Deep Cerise #CE2AAC

Tints of Deep Cerise #CE2AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.95%

R = 49.05%
G = 10%
B = 40.95%

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

#CE2AAC (or 0xCE2AAC) is known color: Deep Cerise. HEX triplet: CE, 2A and AC. RGB value is (206,42,172). Sum of RGB (Red+Green+Blue) = 206+42+172=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 42 (16.80% from 255 or 10% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2AAC is #31D553. Grayscale: #696969. Windows color (decimal): -3265876 or 11283150. OLE color: 11283150.

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

Color convert

RGB 206 42 172 -
CMYK 0 0.80 0.17 0.19
HSL 312.44º 0.66% 0.49% -
HSV(B) 312.44º 0.8% 0.81% -
XYZ 33.73 17.76 40.68 -
YUV 105.86 165.33 199.43 -
System Red Green Blue C M Y K H S L
Decimal 206 42 172 0 0.80 0.17 0.19 312.44 0.66 0.49
Hex CE 2A AC 0 50 11 13 138 42 31
Octal 316 52 254 0 120 21 23 470 102 61
Binary 11001110 101010 10101100 0 1010000 10001 10011 100111000 1000010 110001

Color Harmonies of #CE2AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2AAC

Black with #CE2AAC

Text Example


Text Example

White with #CE2AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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