Html Css Color HEX #C420A3 Medium Violet Red

📋 copy color: '#C420A3'

red 196 ◦ green 32 ◦ blue 163

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

Shades of Medium Violet Red #C420A3

Tints of Medium Violet Red #C420A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 41.69%

R = 50.13%
G = 8.18%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C420A3 (or 0xC420A3) is known color: Medium Violet Red. HEX triplet: C4, 20 and A3. RGB value is (196,32,163). Sum of RGB (Red+Green+Blue) = 196+32+163=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 163 (64.06% from 255 or 41.69% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C420A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C420A3 is #3BDF5C. Grayscale: #5F5F5F. Windows color (decimal): -3923805 or 10690756. OLE color: 10690756.

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

Color convert

RGB 196 32 163 -
CMYK 0 0.84 0.17 0.23
HSL 312.07º 0.72% 0.45% -
HSV(B) 312.07º 0.84% 0.77% -
XYZ 29.89 15.41 36.05 -
YUV 95.97 165.83 199.35 -
System Red Green Blue C M Y K H S L
Decimal 196 32 163 0 0.84 0.17 0.23 312.07 0.72 0.45
Hex C4 20 A3 0 54 11 17 138 48 2D
Octal 304 40 243 0 124 21 27 470 110 55
Binary 11000100 100000 10100011 0 1010100 10001 10111 100111000 1001000 101101

Color Harmonies of #C420A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C420A3

Black with #C420A3

Text Example


Text Example

White with #C420A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C420A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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