Html Css Color HEX #C020AD Medium Violet Red

📋 copy color: '#C020AD'

red 192 ◦ green 32 ◦ blue 173

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

Shades of Medium Violet Red #C020AD

Tints of Medium Violet Red #C020AD

RGB

 RED value IS 192 (75.39% from 255) = 48.36%

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

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

R = 48.36%
G = 8.06%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C020AD (or 0xC020AD) is known color: Medium Violet Red. HEX triplet: C0, 20 and AD. RGB value is (192,32,173). Sum of RGB (Red+Green+Blue) = 192+32+173=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C020AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C020AD is #3FDF52. Grayscale: #5F5F5F. Windows color (decimal): -4185939 or 11346112. OLE color: 11346112.

HSL color Cylindrical-coordinate representation of color #C020AD: hue angle of 307.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C020AD is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 32 173 -
CMYK 0 0.83 0.10 0.25
HSL 307.13º 0.71% 0.44% -
HSV(B) 307.13º 0.83% 0.75% -
XYZ 29.8 15.26 40.91 -
YUV 95.91 171.51 196.54 -
System Red Green Blue C M Y K H S L
Decimal 192 32 173 0 0.83 0.10 0.25 307.13 0.71 0.44
Hex C0 20 AD 0 53 A 19 133 47 2C
Octal 300 40 255 0 123 12 31 463 107 54
Binary 11000000 100000 10101101 0 1010011 1010 11001 100110011 1000111 101100

Color Harmonies of #C020AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C020AD

Black with #C020AD

Text Example


Text Example

White with #C020AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C020AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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