Html Css Color HEX #C220A8 Medium Violet Red

📋 copy color: '#C220A8'

red 194 ◦ green 32 ◦ blue 168

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

Shades of Medium Violet Red #C220A8

Tints of Medium Violet Red #C220A8

RGB

 RED value IS 194 (76.17% from 255) = 49.24%

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

 BLUE value IS 168 (66.02% from 255) = 42.64%

R = 49.24%
G = 8.12%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C220A8 (or 0xC220A8) is known color: Medium Violet Red. HEX triplet: C2, 20 and A8. RGB value is (194,32,168). Sum of RGB (Red+Green+Blue) = 194+32+168=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C220A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C220A8 is #3DDF57. Grayscale: #5F5F5F. Windows color (decimal): -4054872 or 11018434. OLE color: 11018434.

HSL color Cylindrical-coordinate representation of color #C220A8: hue angle of 309.63º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C220A8 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 32 168 -
CMYK 0 0.84 0.13 0.24
HSL 309.63º 0.72% 0.44% -
HSV(B) 309.63º 0.84% 0.76% -
XYZ 29.83 15.33 38.43 -
YUV 95.94 168.67 197.94 -
System Red Green Blue C M Y K H S L
Decimal 194 32 168 0 0.84 0.13 0.24 309.63 0.72 0.44
Hex C2 20 A8 0 54 D 18 136 48 2C
Octal 302 40 250 0 124 15 30 466 110 54
Binary 11000010 100000 10101000 0 1010100 1101 11000 100110110 1001000 101100

Color Harmonies of #C220A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C220A8

Black with #C220A8

Text Example


Text Example

White with #C220A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C220A8; }

 p { color: rgb(194,32,168); }

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

background-color css

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

 a { background-color: rgb(194,32,168); }

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

border-color css

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

 span { border-color: rgb(194,32,168); }

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