Html Css Color HEX #C220AC Medium Violet Red

📋 copy color: '#C220AC'

red 194 ◦ green 32 ◦ blue 172

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

Shades of Medium Violet Red #C220AC

Tints of Medium Violet Red #C220AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.22%

R = 48.74%
G = 8.04%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C220AC (or 0xC220AC) is known color: Medium Violet Red. HEX triplet: C2, 20 and AC. RGB value is (194,32,172). Sum of RGB (Red+Green+Blue) = 194+32+172=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C220AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C220AC is #3DDF53. Grayscale: #606060. Windows color (decimal): -4054868 or 11280578. OLE color: 11280578.

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

Color convert

RGB 194 32 172 -
CMYK 0 0.84 0.11 0.24
HSL 308.15º 0.72% 0.44% -
HSV(B) 308.15º 0.84% 0.76% -
XYZ 30.21 15.48 40.43 -
YUV 96.4 170.67 197.62 -
System Red Green Blue C M Y K H S L
Decimal 194 32 172 0 0.84 0.11 0.24 308.15 0.72 0.44
Hex C2 20 AC 0 54 B 18 134 48 2C
Octal 302 40 254 0 124 13 30 464 110 54
Binary 11000010 100000 10101100 0 1010100 1011 11000 100110100 1001000 101100

Color Harmonies of #C220AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C220AC

Black with #C220AC

Text Example


Text Example

White with #C220AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C220AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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