Html Css Color HEX #C013A6 Medium Violet Red

📋 copy color: '#C013A6'

red 192 ◦ green 19 ◦ blue 166

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

Shades of Medium Violet Red #C013A6

Tints of Medium Violet Red #C013A6

RGB

 RED value IS 192 (75.39% from 255) = 50.93%

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

 BLUE value IS 166 (65.23% from 255) = 44.03%

R = 50.93%
G = 5.04%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C013A6 (or 0xC013A6) is known color: Medium Violet Red. HEX triplet: C0, 13 and A6. RGB value is (192,19,166). Sum of RGB (Red+Green+Blue) = 192+19+166=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 166 (65.23% from 255 or 44.03% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C013A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C013A6 is #3FEC59. Grayscale: #575757. Windows color (decimal): -4189274 or 10884032. OLE color: 10884032.

HSL color Cylindrical-coordinate representation of color #C013A6: hue angle of 309.02º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C013A6 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 19 166 -
CMYK 0 0.90 0.14 0.25
HSL 309.02º 0.82% 0.41% -
HSV(B) 309.02º 0.9% 0.75% -
XYZ 28.85 14.43 37.34 -
YUV 87.49 172.31 202.55 -
System Red Green Blue C M Y K H S L
Decimal 192 19 166 0 0.90 0.14 0.25 309.02 0.82 0.41
Hex C0 13 A6 0 5A E 19 135 52 29
Octal 300 23 246 0 132 16 31 465 122 51
Binary 11000000 10011 10100110 0 1011010 1110 11001 100110101 1010010 101001

Color Harmonies of #C013A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C013A6

Black with #C013A6

Text Example


Text Example

White with #C013A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C013A6; }

 p { color: rgb(192,19,166); }

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

background-color css

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

 a { background-color: rgb(192,19,166); }

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

border-color css

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

 span { border-color: rgb(192,19,166); }

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