Html Css Color HEX #C413A4 Medium Violet Red

📋 copy color: '#C413A4'

red 196 ◦ green 19 ◦ blue 164

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

Shades of Medium Violet Red #C413A4

Tints of Medium Violet Red #C413A4

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.01%

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

R = 51.72%
G = 5.01%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C413A4 (or 0xC413A4) is known color: Medium Violet Red. HEX triplet: C4, 13 and A4. RGB value is (196,19,164). Sum of RGB (Red+Green+Blue) = 196+19+164=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 164 (64.45% from 255 or 43.27% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C413A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C413A4 is #3BEC5B. Grayscale: #585858. Windows color (decimal): -3927132 or 10752964. OLE color: 10752964.

HSL color Cylindrical-coordinate representation of color #C413A4: hue angle of 310.85º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C413A4 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 19 164 -
CMYK 0 0.90 0.16 0.23
HSL 310.85º 0.82% 0.42% -
HSV(B) 310.85º 0.9% 0.77% -
XYZ 29.7 14.88 36.43 -
YUV 88.45 170.64 204.71 -
System Red Green Blue C M Y K H S L
Decimal 196 19 164 0 0.90 0.16 0.23 310.85 0.82 0.42
Hex C4 13 A4 0 5A 10 17 137 52 2A
Octal 304 23 244 0 132 20 27 467 122 52
Binary 11000100 10011 10100100 0 1011010 10000 10111 100110111 1010010 101010

Color Harmonies of #C413A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C413A4

Black with #C413A4

Text Example


Text Example

White with #C413A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C413A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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