Html Css Color HEX #C820A0 Medium Violet Red

📋 copy color: '#C820A0'

red 200 ◦ green 32 ◦ blue 160

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

Shades of Medium Violet Red #C820A0

Tints of Medium Violet Red #C820A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.82%

R = 51.02%
G = 8.16%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.2

 K value IS 0.22

RGB Variations

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

Color information

#C820A0 (or 0xC820A0) is known color: Medium Violet Red. HEX triplet: C8, 20 and A0. RGB value is (200,32,160). Sum of RGB (Red+Green+Blue) = 200+32+160=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C820A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C820A0 is #37DF5F. Grayscale: #606060. Windows color (decimal): -3661664 or 10494152. OLE color: 10494152.

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

Color convert

RGB 200 32 160 -
CMYK 0 0.84 0.2 0.22
HSL 314.29º 0.72% 0.45% -
HSV(B) 314.29º 0.84% 0.78% -
XYZ 30.68 15.85 34.7 -
YUV 96.82 163.66 201.59 -
System Red Green Blue C M Y K H S L
Decimal 200 32 160 0 0.84 0.2 0.22 314.29 0.72 0.45
Hex C8 20 A0 0 54 14 16 13A 48 2D
Octal 310 40 240 0 124 24 26 472 110 55
Binary 11001000 100000 10100000 0 1010100 10100 10110 100111010 1001000 101101

Color Harmonies of #C820A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C820A0

Black with #C820A0

Text Example


Text Example

White with #C820A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C820A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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