Html Css Color HEX #C315A7 Medium Violet Red

📋 copy color: '#C315A7'

red 195 ◦ green 21 ◦ blue 167

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

Shades of Medium Violet Red #C315A7

Tints of Medium Violet Red #C315A7

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.48%

 BLUE value IS 167 (65.63% from 255) = 43.6%

R = 50.91%
G = 5.48%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C315A7 (or 0xC315A7) is known color: Medium Violet Red. HEX triplet: C3, 15 and A7. RGB value is (195,21,167). Sum of RGB (Red+Green+Blue) = 195+21+167=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 167 (65.62% from 255 or 43.60% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C315A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C315A7 is #3CEA58. Grayscale: #595959. Windows color (decimal): -3992153 or 10950083. OLE color: 10950083.

HSL color Cylindrical-coordinate representation of color #C315A7: hue angle of 309.66º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C315A7 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 21 167 -
CMYK 0 0.89 0.14 0.24
HSL 309.66º 0.81% 0.42% -
HSV(B) 309.66º 0.89% 0.76% -
XYZ 29.75 14.93 37.87 -
YUV 89.67 171.65 203.13 -
System Red Green Blue C M Y K H S L
Decimal 195 21 167 0 0.89 0.14 0.24 309.66 0.81 0.42
Hex C3 15 A7 0 59 E 18 136 51 2A
Octal 303 25 247 0 131 16 30 466 121 52
Binary 11000011 10101 10100111 0 1011001 1110 11000 100110110 1010001 101010

Color Harmonies of #C315A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C315A7

Black with #C315A7

Text Example


Text Example

White with #C315A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C315A7; }

 p { color: rgb(195,21,167); }

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

background-color css

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

 a { background-color: rgb(195,21,167); }

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

border-color css

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

 span { border-color: rgb(195,21,167); }

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