Html Css Color HEX #C315A6 Medium Violet Red

📋 copy color: '#C315A6'

red 195 ◦ green 21 ◦ blue 166

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

Shades of Medium Violet Red #C315A6

Tints of Medium Violet Red #C315A6

RGB

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

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

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

R = 51.05%
G = 5.5%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C315A6 (or 0xC315A6) is known color: Medium Violet Red. HEX triplet: C3, 15 and A6. RGB value is (195,21,166). Sum of RGB (Red+Green+Blue) = 195+21+166=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 166 (65.23% from 255 or 43.46% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C315A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C315A6 is #3CEA59. Grayscale: #595959. Windows color (decimal): -3992154 or 10884547. OLE color: 10884547.

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

Color convert

RGB 195 21 166 -
CMYK 0 0.89 0.15 0.24
HSL 310º 0.81% 0.42% -
HSV(B) 310º 0.89% 0.76% -
XYZ 29.66 14.89 37.39 -
YUV 89.56 171.15 203.21 -
System Red Green Blue C M Y K H S L
Decimal 195 21 166 0 0.89 0.15 0.24 310 0.81 0.42
Hex C3 15 A6 0 59 F 18 136 51 2A
Octal 303 25 246 0 131 17 30 466 121 52
Binary 11000011 10101 10100110 0 1011001 1111 11000 100110110 1010001 101010

Color Harmonies of #C315A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C315A6

Black with #C315A6

Text Example


Text Example

White with #C315A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C315A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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