Html Css Color HEX #C820A6 Medium Violet Red

📋 copy color: '#C820A6'

red 200 ◦ green 32 ◦ blue 166

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

Shades of Medium Violet Red #C820A6

Tints of Medium Violet Red #C820A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.71%

R = 50.25%
G = 8.04%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C820A6 (or 0xC820A6) is known color: Medium Violet Red. HEX triplet: C8, 20 and A6. RGB value is (200,32,166). Sum of RGB (Red+Green+Blue) = 200+32+166=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 166 (65.23% from 255 or 41.71% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C820A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C820A6 is #37DF59. Grayscale: #616161. Windows color (decimal): -3661658 or 10887368. OLE color: 10887368.

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

Color convert

RGB 200 32 166 -
CMYK 0 0.84 0.17 0.22
HSL 312.14º 0.72% 0.45% -
HSV(B) 312.14º 0.84% 0.78% -
XYZ 31.22 16.07 37.53 -
YUV 97.51 166.66 201.1 -
System Red Green Blue C M Y K H S L
Decimal 200 32 166 0 0.84 0.17 0.22 312.14 0.72 0.45
Hex C8 20 A6 0 54 11 16 138 48 2D
Octal 310 40 246 0 124 21 26 470 110 55
Binary 11001000 100000 10100110 0 1010100 10001 10110 100111000 1001000 101101

Color Harmonies of #C820A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C820A6

Black with #C820A6

Text Example


Text Example

White with #C820A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C820A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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