Html Css Color HEX #C313A0 Medium Violet Red

📋 copy color: '#C313A0'

red 195 ◦ green 19 ◦ blue 160

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

Shades of Medium Violet Red #C313A0

Tints of Medium Violet Red #C313A0

RGB

 RED value IS 195 (76.56% from 255) = 52.14%

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

 BLUE value IS 160 (62.89% from 255) = 42.78%

R = 52.14%
G = 5.08%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C313A0 (or 0xC313A0) is known color: Medium Violet Red. HEX triplet: C3, 13 and A0. RGB value is (195,19,160). Sum of RGB (Red+Green+Blue) = 195+19+160=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C313A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C313A0 is #3CEC5F. Grayscale: #575757. Windows color (decimal): -3992672 or 10490819. OLE color: 10490819.

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

Color convert

RGB 195 19 160 -
CMYK 0 0.90 0.18 0.24
HSL 311.93º 0.82% 0.42% -
HSV(B) 311.93º 0.9% 0.76% -
XYZ 29.08 14.61 34.54 -
YUV 87.7 168.81 204.54 -
System Red Green Blue C M Y K H S L
Decimal 195 19 160 0 0.90 0.18 0.24 311.93 0.82 0.42
Hex C3 13 A0 0 5A 12 18 138 52 2A
Octal 303 23 240 0 132 22 30 470 122 52
Binary 11000011 10011 10100000 0 1011010 10010 11000 100111000 1010010 101010

Color Harmonies of #C313A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C313A0

Black with #C313A0

Text Example


Text Example

White with #C313A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C313A0; }

 p { color: rgb(195,19,160); }

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

background-color css

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

 a { background-color: rgb(195,19,160); }

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

border-color css

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

 span { border-color: rgb(195,19,160); }

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