Html Css Color HEX #C013A3 Medium Violet Red

📋 copy color: '#C013A3'

red 192 ◦ green 19 ◦ blue 163

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

Shades of Medium Violet Red #C013A3

Tints of Medium Violet Red #C013A3

RGB

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

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

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

R = 51.34%
G = 5.08%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#C013A3 (or 0xC013A3) is known color: Medium Violet Red. HEX triplet: C0, 13 and A3. RGB value is (192,19,163). Sum of RGB (Red+Green+Blue) = 192+19+163=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 163 (64.06% from 255 or 43.58% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C013A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C013A3 is #3FEC5C. Grayscale: #565656. Windows color (decimal): -4189277 or 10687424. OLE color: 10687424.

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

Color convert

RGB 192 19 163 -
CMYK 0 0.90 0.15 0.25
HSL 310.06º 0.82% 0.41% -
HSV(B) 310.06º 0.9% 0.75% -
XYZ 28.58 14.32 35.91 -
YUV 87.14 170.81 202.79 -
System Red Green Blue C M Y K H S L
Decimal 192 19 163 0 0.90 0.15 0.25 310.06 0.82 0.41
Hex C0 13 A3 0 5A F 19 136 52 29
Octal 300 23 243 0 132 17 31 466 122 51
Binary 11000000 10011 10100011 0 1011010 1111 11001 100110110 1010010 101001

Color Harmonies of #C013A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C013A3

Black with #C013A3

Text Example


Text Example

White with #C013A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C013A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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