Html Css Color HEX #C420A4 Medium Violet Red

📋 copy color: '#C420A4'

red 196 ◦ green 32 ◦ blue 164

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

Shades of Medium Violet Red #C420A4

Tints of Medium Violet Red #C420A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.84%

R = 50%
G = 8.16%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C420A4 (or 0xC420A4) is known color: Medium Violet Red. HEX triplet: C4, 20 and A4. RGB value is (196,32,164). Sum of RGB (Red+Green+Blue) = 196+32+164=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 164 (64.45% from 255 or 41.84% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C420A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C420A4 is #3BDF5B. Grayscale: #5F5F5F. Windows color (decimal): -3923804 or 10756292. OLE color: 10756292.

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

Color convert

RGB 196 32 164 -
CMYK 0 0.84 0.16 0.23
HSL 311.71º 0.72% 0.45% -
HSV(B) 311.71º 0.84% 0.77% -
XYZ 29.98 15.45 36.52 -
YUV 96.08 166.33 199.27 -
System Red Green Blue C M Y K H S L
Decimal 196 32 164 0 0.84 0.16 0.23 311.71 0.72 0.45
Hex C4 20 A4 0 54 10 17 138 48 2D
Octal 304 40 244 0 124 20 27 470 110 55
Binary 11000100 100000 10100100 0 1010100 10000 10111 100111000 1001000 101101

Color Harmonies of #C420A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C420A4

Black with #C420A4

Text Example


Text Example

White with #C420A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C420A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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