Html Css Color HEX #C315A5 Medium Violet Red

📋 copy color: '#C315A5'

red 195 ◦ green 21 ◦ blue 165

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

Shades of Medium Violet Red #C315A5

Tints of Medium Violet Red #C315A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 43.31%

R = 51.18%
G = 5.51%
B = 43.31%

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

#C315A5 (or 0xC315A5) is known color: Medium Violet Red. HEX triplet: C3, 15 and A5. RGB value is (195,21,165). Sum of RGB (Red+Green+Blue) = 195+21+165=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 165 (64.84% from 255 or 43.31% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C315A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C315A5 is #3CEA5A. Grayscale: #595959. Windows color (decimal): -3992155 or 10819011. OLE color: 10819011.

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

Color convert

RGB 195 21 165 -
CMYK 0 0.89 0.15 0.24
HSL 310.34º 0.81% 0.42% -
HSV(B) 310.34º 0.89% 0.76% -
XYZ 29.57 14.86 36.91 -
YUV 89.44 170.65 203.29 -
System Red Green Blue C M Y K H S L
Decimal 195 21 165 0 0.89 0.15 0.24 310.34 0.81 0.42
Hex C3 15 A5 0 59 F 18 136 51 2A
Octal 303 25 245 0 131 17 30 466 121 52
Binary 11000011 10101 10100101 0 1011001 1111 11000 100110110 1010001 101010

Color Harmonies of #C315A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C315A5

Black with #C315A5

Text Example


Text Example

White with #C315A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C315A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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