Html Css Color HEX #C822AA Medium Violet Red

📋 copy color: '#C822AA'

red 200 ◦ green 34 ◦ blue 170

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

Shades of Medium Violet Red #C822AA

Tints of Medium Violet Red #C822AA

RGB

 RED value IS 200 (78.52% from 255) = 49.5%

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

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

R = 49.5%
G = 8.42%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C822AA (or 0xC822AA) is known color: Medium Violet Red. HEX triplet: C8, 22 and AA. RGB value is (200,34,170). Sum of RGB (Red+Green+Blue) = 200+34+170=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C822AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C822AA is #37DD55. Grayscale: #626262. Windows color (decimal): -3661142 or 11150024. OLE color: 11150024.

HSL color Cylindrical-coordinate representation of color #C822AA: hue angle of 310.84º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C822AA is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 34 170 -
CMYK 0 0.83 0.15 0.22
HSL 310.84º 0.71% 0.46% -
HSV(B) 310.84º 0.83% 0.78% -
XYZ 31.65 16.33 39.51 -
YUV 99.14 168 199.94 -
System Red Green Blue C M Y K H S L
Decimal 200 34 170 0 0.83 0.15 0.22 310.84 0.71 0.46
Hex C8 22 AA 0 53 F 16 137 47 2E
Octal 310 42 252 0 123 17 26 467 107 56
Binary 11001000 100010 10101010 0 1010011 1111 10110 100110111 1000111 101110

Color Harmonies of #C822AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C822AA

Black with #C822AA

Text Example


Text Example

White with #C822AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C822AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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