Html Css Color HEX #C022A0 Medium Violet Red

📋 copy color: '#C022A0'

red 192 ◦ green 34 ◦ blue 160

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

Shades of Medium Violet Red #C022A0

Tints of Medium Violet Red #C022A0

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.81%

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

R = 49.74%
G = 8.81%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C022A0 (or 0xC022A0) is known color: Medium Violet Red. HEX triplet: C0, 22 and A0. RGB value is (192,34,160). Sum of RGB (Red+Green+Blue) = 192+34+160=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C022A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C022A0 is #3FDD5F. Grayscale: #5F5F5F. Windows color (decimal): -4185440 or 10494656. OLE color: 10494656.

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

Color convert

RGB 192 34 160 -
CMYK 0 0.82 0.17 0.25
HSL 312.15º 0.7% 0.44% -
HSV(B) 312.15º 0.82% 0.75% -
XYZ 28.66 14.89 34.62 -
YUV 95.61 164.35 196.75 -
System Red Green Blue C M Y K H S L
Decimal 192 34 160 0 0.82 0.17 0.25 312.15 0.7 0.44
Hex C0 22 A0 0 52 11 19 138 46 2C
Octal 300 42 240 0 122 21 31 470 106 54
Binary 11000000 100010 10100000 0 1010010 10001 11001 100111000 1000110 101100

Color Harmonies of #C022A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C022A0

Black with #C022A0

Text Example


Text Example

White with #C022A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C022A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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