Html Css Color HEX #C820AC Medium Violet Red

📋 copy color: '#C820AC'

red 200 ◦ green 32 ◦ blue 172

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

Shades of Medium Violet Red #C820AC

Tints of Medium Violet Red #C820AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 49.5%
G = 7.92%
B = 42.57%

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

#C820AC (or 0xC820AC) is known color: Medium Violet Red. HEX triplet: C8, 20 and AC. RGB value is (200,32,172). Sum of RGB (Red+Green+Blue) = 200+32+172=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C820AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C820AC is #37DF53. Grayscale: #616161. Windows color (decimal): -3661652 or 11280584. OLE color: 11280584.

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

Color convert

RGB 200 32 172 -
CMYK 0 0.84 0.14 0.22
HSL 310º 0.72% 0.45% -
HSV(B) 310º 0.84% 0.78% -
XYZ 31.78 16.29 40.5 -
YUV 98.19 169.66 200.62 -
System Red Green Blue C M Y K H S L
Decimal 200 32 172 0 0.84 0.14 0.22 310 0.72 0.45
Hex C8 20 AC 0 54 E 16 136 48 2D
Octal 310 40 254 0 124 16 26 466 110 55
Binary 11001000 100000 10101100 0 1010100 1110 10110 100110110 1001000 101101

Color Harmonies of #C820AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C820AC

Black with #C820AC

Text Example


Text Example

White with #C820AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C820AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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