Html Css Color HEX #C021A0 Medium Violet Red

📋 copy color: '#C021A0'

red 192 ◦ green 33 ◦ blue 160

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

Shades of Medium Violet Red #C021A0

Tints of Medium Violet Red #C021A0

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.57%

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

R = 49.87%
G = 8.57%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C021A0 (or 0xC021A0) is known color: Medium Violet Red. HEX triplet: C0, 21 and A0. RGB value is (192,33,160). Sum of RGB (Red+Green+Blue) = 192+33+160=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C021A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C021A0 is #3FDE5F. Grayscale: #5E5E5E. Windows color (decimal): -4185696 or 10494400. OLE color: 10494400.

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

Color convert

RGB 192 33 160 -
CMYK 0 0.83 0.17 0.25
HSL 312.08º 0.71% 0.44% -
HSV(B) 312.08º 0.83% 0.75% -
XYZ 28.63 14.83 34.61 -
YUV 95.02 164.68 197.17 -
System Red Green Blue C M Y K H S L
Decimal 192 33 160 0 0.83 0.17 0.25 312.08 0.71 0.44
Hex C0 21 A0 0 53 11 19 138 47 2C
Octal 300 41 240 0 123 21 31 470 107 54
Binary 11000000 100001 10100000 0 1010011 10001 11001 100111000 1000111 101100

Color Harmonies of #C021A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C021A0

Black with #C021A0

Text Example


Text Example

White with #C021A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C021A0; }

 p { color: rgb(192,33,160); }

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

background-color css

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

 a { background-color: rgb(192,33,160); }

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

border-color css

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

 span { border-color: rgb(192,33,160); }

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