Html Css Color HEX #C314A1 Medium Violet Red

📋 copy color: '#C314A1'

red 195 ◦ green 20 ◦ blue 161

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

Shades of Medium Violet Red #C314A1

Tints of Medium Violet Red #C314A1

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.32%

 BLUE value IS 161 (63.28% from 255) = 42.82%

R = 51.86%
G = 5.32%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C314A1 (or 0xC314A1) is known color: Medium Violet Red. HEX triplet: C3, 14 and A1. RGB value is (195,20,161). Sum of RGB (Red+Green+Blue) = 195+20+161=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C314A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C314A1 is #3CEB5E. Grayscale: #585858. Windows color (decimal): -3992415 or 10556611. OLE color: 10556611.

HSL color Cylindrical-coordinate representation of color #C314A1: hue angle of 311.66º degrees, saturation: 0.81, 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 #C314A1 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 20 161 -
CMYK 0 0.90 0.17 0.24
HSL 311.66º 0.81% 0.42% -
HSV(B) 311.66º 0.9% 0.76% -
XYZ 29.19 14.68 35.01 -
YUV 88.4 168.98 204.04 -
System Red Green Blue C M Y K H S L
Decimal 195 20 161 0 0.90 0.17 0.24 311.66 0.81 0.42
Hex C3 14 A1 0 5A 11 18 138 51 2A
Octal 303 24 241 0 132 21 30 470 121 52
Binary 11000011 10100 10100001 0 1011010 10001 11000 100111000 1010001 101010

Color Harmonies of #C314A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C314A1

Black with #C314A1

Text Example


Text Example

White with #C314A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C314A1; }

 p { color: rgb(195,20,161); }

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

background-color css

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

 a { background-color: rgb(195,20,161); }

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

border-color css

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

 span { border-color: rgb(195,20,161); }

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