Html Css Color HEX #C420AA Medium Violet Red

📋 copy color: '#C420AA'

red 196 ◦ green 32 ◦ blue 170

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

Shades of Medium Violet Red #C420AA

Tints of Medium Violet Red #C420AA

RGB

 RED value IS 196 (76.95% from 255) = 49.25%

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

 BLUE value IS 170 (66.8% from 255) = 42.71%

R = 49.25%
G = 8.04%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C420AA (or 0xC420AA) is known color: Medium Violet Red. HEX triplet: C4, 20 and AA. RGB value is (196,32,170). Sum of RGB (Red+Green+Blue) = 196+32+170=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C420AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C420AA is #3BDF55. Grayscale: #606060. Windows color (decimal): -3923798 or 11149508. OLE color: 11149508.

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

Color convert

RGB 196 32 170 -
CMYK 0 0.84 0.13 0.23
HSL 309.51º 0.72% 0.45% -
HSV(B) 309.51º 0.84% 0.77% -
XYZ 30.54 15.67 39.45 -
YUV 96.77 169.33 198.78 -
System Red Green Blue C M Y K H S L
Decimal 196 32 170 0 0.84 0.13 0.23 309.51 0.72 0.45
Hex C4 20 AA 0 54 D 17 136 48 2D
Octal 304 40 252 0 124 15 27 466 110 55
Binary 11000100 100000 10101010 0 1010100 1101 10111 100110110 1001000 101101

Color Harmonies of #C420AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C420AA

Black with #C420AA

Text Example


Text Example

White with #C420AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C420AA; }

 p { color: rgb(196,32,170); }

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

background-color css

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

 a { background-color: rgb(196,32,170); }

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

border-color css

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

 span { border-color: rgb(196,32,170); }

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