Html Css Color HEX #C820AD Medium Violet Red

📋 copy color: '#C820AD'

red 200 ◦ green 32 ◦ blue 173

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

Shades of Medium Violet Red #C820AD

Tints of Medium Violet Red #C820AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.72%

R = 49.38%
G = 7.9%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C820AD (or 0xC820AD) is known color: Medium Violet Red. HEX triplet: C8, 20 and AD. RGB value is (200,32,173). Sum of RGB (Red+Green+Blue) = 200+32+173=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C820AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C820AD is #37DF52. Grayscale: #616161. Windows color (decimal): -3661651 or 11346120. OLE color: 11346120.

HSL color Cylindrical-coordinate representation of color #C820AD: hue angle of 309.64º 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 #C820AD is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 32 173 -
CMYK 0 0.84 0.14 0.22
HSL 309.64º 0.72% 0.45% -
HSV(B) 309.64º 0.84% 0.78% -
XYZ 31.88 16.33 41.01 -
YUV 98.31 170.16 200.54 -
System Red Green Blue C M Y K H S L
Decimal 200 32 173 0 0.84 0.14 0.22 309.64 0.72 0.45
Hex C8 20 AD 0 54 E 16 136 48 2D
Octal 310 40 255 0 124 16 26 466 110 55
Binary 11001000 100000 10101101 0 1010100 1110 10110 100110110 1001000 101101

Color Harmonies of #C820AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C820AD

Black with #C820AD

Text Example


Text Example

White with #C820AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C820AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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