Html Css Color HEX #C820A1 Medium Violet Red

📋 copy color: '#C820A1'

red 200 ◦ green 32 ◦ blue 161

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

Shades of Medium Violet Red #C820A1

Tints of Medium Violet Red #C820A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.97%

R = 50.89%
G = 8.14%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C820A1 (or 0xC820A1) is known color: Medium Violet Red. HEX triplet: C8, 20 and A1. RGB value is (200,32,161). Sum of RGB (Red+Green+Blue) = 200+32+161=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 161 (63.28% from 255 or 40.97% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C820A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C820A1 is #37DF5E. Grayscale: #606060. Windows color (decimal): -3661663 or 10559688. OLE color: 10559688.

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

Color convert

RGB 200 32 161 -
CMYK 0 0.84 0.19 0.22
HSL 313.93º 0.72% 0.45% -
HSV(B) 313.93º 0.84% 0.78% -
XYZ 30.77 15.89 35.16 -
YUV 96.94 164.16 201.51 -
System Red Green Blue C M Y K H S L
Decimal 200 32 161 0 0.84 0.19 0.22 313.93 0.72 0.45
Hex C8 20 A1 0 54 13 16 13A 48 2D
Octal 310 40 241 0 124 23 26 472 110 55
Binary 11001000 100000 10100001 0 1010100 10011 10110 100111010 1001000 101101

Color Harmonies of #C820A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C820A1

Black with #C820A1

Text Example


Text Example

White with #C820A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C820A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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