Html Css Color HEX #C820AA Medium Violet Red

📋 copy color: '#C820AA'

red 200 ◦ green 32 ◦ blue 170

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

Shades of Medium Violet Red #C820AA

Tints of Medium Violet Red #C820AA

RGB

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

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

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

R = 49.75%
G = 7.96%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C820AA (or 0xC820AA) is known color: Medium Violet Red. HEX triplet: C8, 20 and AA. RGB value is (200,32,170). Sum of RGB (Red+Green+Blue) = 200+32+170=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C820AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C820AA is #37DF55. Grayscale: #616161. Windows color (decimal): -3661654 or 11149512. OLE color: 11149512.

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

Color convert

RGB 200 32 170 -
CMYK 0 0.84 0.15 0.22
HSL 310.71º 0.72% 0.45% -
HSV(B) 310.71º 0.84% 0.78% -
XYZ 31.59 16.21 39.49 -
YUV 97.96 168.66 200.78 -
System Red Green Blue C M Y K H S L
Decimal 200 32 170 0 0.84 0.15 0.22 310.71 0.72 0.45
Hex C8 20 AA 0 54 F 16 137 48 2D
Octal 310 40 252 0 124 17 26 467 110 55
Binary 11001000 100000 10101010 0 1010100 1111 10110 100110111 1001000 101101

Color Harmonies of #C820AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C820AA

Black with #C820AA

Text Example


Text Example

White with #C820AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C820AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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