Html Css Color HEX #CE22AA Medium Violet Red

📋 copy color: '#CE22AA'

red 206 ◦ green 34 ◦ blue 170

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

Shades of Medium Violet Red #CE22AA

Tints of Medium Violet Red #CE22AA

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.29%

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

R = 50.24%
G = 8.29%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE22AA (or 0xCE22AA) is known color: Medium Violet Red. HEX triplet: CE, 22 and AA. RGB value is (206,34,170). Sum of RGB (Red+Green+Blue) = 206+34+170=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 34 (13.67% from 255 or 8.29% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE22AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE22AA is #31DD55. Grayscale: #646464. Windows color (decimal): -3267926 or 11150030. OLE color: 11150030.

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

Color convert

RGB 206 34 170 -
CMYK 0 0.83 0.17 0.19
HSL 312.56º 0.72% 0.47% -
HSV(B) 312.56º 0.83% 0.81% -
XYZ 33.28 17.17 39.59 -
YUV 100.93 166.98 202.94 -
System Red Green Blue C M Y K H S L
Decimal 206 34 170 0 0.83 0.17 0.19 312.56 0.72 0.47
Hex CE 22 AA 0 53 11 13 139 48 2F
Octal 316 42 252 0 123 21 23 471 110 57
Binary 11001110 100010 10101010 0 1010011 10001 10011 100111001 1001000 101111

Color Harmonies of #CE22AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE22AA

Black with #CE22AA

Text Example


Text Example

White with #CE22AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE22AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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