Html Css Color HEX #CE20AA Medium Violet Red

📋 copy color: '#CE20AA'

red 206 ◦ green 32 ◦ blue 170

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

Shades of Medium Violet Red #CE20AA

Tints of Medium Violet Red #CE20AA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.84%

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

R = 50.49%
G = 7.84%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE20AA (or 0xCE20AA) is known color: Medium Violet Red. HEX triplet: CE, 20 and AA. RGB value is (206,32,170). Sum of RGB (Red+Green+Blue) = 206+32+170=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE20AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE20AA is #31DF55. Grayscale: #636363. Windows color (decimal): -3268438 or 11149518. OLE color: 11149518.

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

Color convert

RGB 206 32 170 -
CMYK 0 0.84 0.17 0.19
HSL 312.41º 0.73% 0.47% -
HSV(B) 312.41º 0.84% 0.81% -
XYZ 33.23 17.06 39.57 -
YUV 99.76 167.65 203.78 -
System Red Green Blue C M Y K H S L
Decimal 206 32 170 0 0.84 0.17 0.19 312.41 0.73 0.47
Hex CE 20 AA 0 54 11 13 138 49 2F
Octal 316 40 252 0 124 21 23 470 111 57
Binary 11001110 100000 10101010 0 1010100 10001 10011 100111000 1001001 101111

Color Harmonies of #CE20AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE20AA

Black with #CE20AA

Text Example


Text Example

White with #CE20AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE20AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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