Html Css Color HEX #C413A2 Medium Violet Red

📋 copy color: '#C413A2'

red 196 ◦ green 19 ◦ blue 162

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

Shades of Medium Violet Red #C413A2

Tints of Medium Violet Red #C413A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 42.97%

R = 51.99%
G = 5.04%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C413A2 (or 0xC413A2) is known color: Medium Violet Red. HEX triplet: C4, 13 and A2. RGB value is (196,19,162). Sum of RGB (Red+Green+Blue) = 196+19+162=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 162 (63.67% from 255 or 42.97% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C413A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C413A2 is #3BEC5D. Grayscale: #575757. Windows color (decimal): -3927134 or 10621892. OLE color: 10621892.

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

Color convert

RGB 196 19 162 -
CMYK 0 0.90 0.17 0.23
HSL 311.53º 0.82% 0.42% -
HSV(B) 311.53º 0.9% 0.77% -
XYZ 29.52 14.81 35.49 -
YUV 88.23 169.64 204.87 -
System Red Green Blue C M Y K H S L
Decimal 196 19 162 0 0.90 0.17 0.23 311.53 0.82 0.42
Hex C4 13 A2 0 5A 11 17 138 52 2A
Octal 304 23 242 0 132 21 27 470 122 52
Binary 11000100 10011 10100010 0 1011010 10001 10111 100111000 1010010 101010

Color Harmonies of #C413A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C413A2

Black with #C413A2

Text Example


Text Example

White with #C413A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C413A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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