Html Css Color HEX #CE21AA Medium Violet Red

📋 copy color: '#CE21AA'

red 206 ◦ green 33 ◦ blue 170

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

Shades of Medium Violet Red #CE21AA

Tints of Medium Violet Red #CE21AA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.07%

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

R = 50.37%
G = 8.07%
B = 41.56%

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

#CE21AA (or 0xCE21AA) is known color: Medium Violet Red. HEX triplet: CE, 21 and AA. RGB value is (206,33,170). Sum of RGB (Red+Green+Blue) = 206+33+170=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE21AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE21AA is #31DE55. Grayscale: #636363. Windows color (decimal): -3268182 or 11149774. OLE color: 11149774.

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

Color convert

RGB 206 33 170 -
CMYK 0 0.84 0.17 0.19
HSL 312.49º 0.72% 0.47% -
HSV(B) 312.49º 0.84% 0.81% -
XYZ 33.25 17.11 39.58 -
YUV 100.35 167.31 203.36 -
System Red Green Blue C M Y K H S L
Decimal 206 33 170 0 0.84 0.17 0.19 312.49 0.72 0.47
Hex CE 21 AA 0 54 11 13 138 48 2F
Octal 316 41 252 0 124 21 23 470 110 57
Binary 11001110 100001 10101010 0 1010100 10001 10011 100111000 1001000 101111

Color Harmonies of #CE21AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE21AA

Black with #CE21AA

Text Example


Text Example

White with #CE21AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE21AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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