Html Css Color HEX #C420AB Medium Violet Red

📋 copy color: '#C420AB'

red 196 ◦ green 32 ◦ blue 171

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

Shades of Medium Violet Red #C420AB

Tints of Medium Violet Red #C420AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.86%

R = 49.12%
G = 8.02%
B = 42.86%

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

#C420AB (or 0xC420AB) is known color: Medium Violet Red. HEX triplet: C4, 20 and AB. RGB value is (196,32,171). Sum of RGB (Red+Green+Blue) = 196+32+171=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C420AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C420AB is #3BDF54. Grayscale: #606060. Windows color (decimal): -3923797 or 11215044. OLE color: 11215044.

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

Color convert

RGB 196 32 171 -
CMYK 0 0.84 0.13 0.23
HSL 309.15º 0.72% 0.45% -
HSV(B) 309.15º 0.84% 0.77% -
XYZ 30.63 15.71 39.95 -
YUV 96.88 169.83 198.7 -
System Red Green Blue C M Y K H S L
Decimal 196 32 171 0 0.84 0.13 0.23 309.15 0.72 0.45
Hex C4 20 AB 0 54 D 17 135 48 2D
Octal 304 40 253 0 124 15 27 465 110 55
Binary 11000100 100000 10101011 0 1010100 1101 10111 100110101 1001000 101101

Color Harmonies of #C420AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C420AB

Black with #C420AB

Text Example


Text Example

White with #C420AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C420AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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