Html Css Color HEX #CE11AA Medium Violet Red

📋 copy color: '#CE11AA'

red 206 ◦ green 17 ◦ blue 170

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

Shades of Medium Violet Red #CE11AA

Tints of Medium Violet Red #CE11AA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.33%

 BLUE value IS 170 (66.8% from 255) = 43.26%

R = 52.42%
G = 4.33%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE11AA (or 0xCE11AA) is known color: Medium Violet Red. HEX triplet: CE, 11 and AA. RGB value is (206,17,170). Sum of RGB (Red+Green+Blue) = 206+17+170=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE11AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE11AA is #31EE55. Grayscale: #5A5A5A. Windows color (decimal): -3272278 or 11145678. OLE color: 11145678.

HSL color Cylindrical-coordinate representation of color #CE11AA: hue angle of 311.43º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE11AA is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 17 170 -
CMYK 0 0.92 0.17 0.19
HSL 311.43º 0.85% 0.44% -
HSV(B) 311.43º 0.92% 0.81% -
XYZ 32.91 16.42 39.47 -
YUV 90.95 172.62 210.06 -
System Red Green Blue C M Y K H S L
Decimal 206 17 170 0 0.92 0.17 0.19 311.43 0.85 0.44
Hex CE 11 AA 0 5C 11 13 137 55 2C
Octal 316 21 252 0 134 21 23 467 125 54
Binary 11001110 10001 10101010 0 1011100 10001 10011 100110111 1010101 101100

Color Harmonies of #CE11AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE11AA

Black with #CE11AA

Text Example


Text Example

White with #CE11AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE11AA; }

 p { color: rgb(206,17,170); }

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

background-color css

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

 a { background-color: rgb(206,17,170); }

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

border-color css

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

 span { border-color: rgb(206,17,170); }

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