Html Css Color HEX #C317A0 Medium Violet Red

📋 copy color: '#C317A0'

red 195 ◦ green 23 ◦ blue 160

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

Shades of Medium Violet Red #C317A0

Tints of Medium Violet Red #C317A0

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.08%

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

R = 51.59%
G = 6.08%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C317A0 (or 0xC317A0) is known color: Medium Violet Red. HEX triplet: C3, 17 and A0. RGB value is (195,23,160). Sum of RGB (Red+Green+Blue) = 195+23+160=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 160 (62.89% from 255 or 42.33% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C317A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C317A0 is #3CE85F. Grayscale: #595959. Windows color (decimal): -3991648 or 10491843. OLE color: 10491843.

HSL color Cylindrical-coordinate representation of color #C317A0: hue angle of 312.21º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C317A0 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 23 160 -
CMYK 0 0.88 0.18 0.24
HSL 312.21º 0.79% 0.43% -
HSV(B) 312.21º 0.88% 0.76% -
XYZ 29.16 14.75 34.57 -
YUV 90.05 167.48 202.86 -
System Red Green Blue C M Y K H S L
Decimal 195 23 160 0 0.88 0.18 0.24 312.21 0.79 0.43
Hex C3 17 A0 0 58 12 18 138 4F 2B
Octal 303 27 240 0 130 22 30 470 117 53
Binary 11000011 10111 10100000 0 1011000 10010 11000 100111000 1001111 101011

Color Harmonies of #C317A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C317A0

Black with #C317A0

Text Example


Text Example

White with #C317A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C317A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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