Html Css Color HEX #C314A3 Medium Violet Red

📋 copy color: '#C314A3'

red 195 ◦ green 20 ◦ blue 163

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

Shades of Medium Violet Red #C314A3

Tints of Medium Violet Red #C314A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 43.12%

R = 51.59%
G = 5.29%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C314A3 (or 0xC314A3) is known color: Medium Violet Red. HEX triplet: C3, 14 and A3. RGB value is (195,20,163). Sum of RGB (Red+Green+Blue) = 195+20+163=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 163 (64.06% from 255 or 43.12% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C314A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C314A3 is #3CEB5C. Grayscale: #585858. Windows color (decimal): -3992413 or 10687683. OLE color: 10687683.

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

Color convert

RGB 195 20 163 -
CMYK 0 0.90 0.16 0.24
HSL 310.97º 0.81% 0.42% -
HSV(B) 310.97º 0.9% 0.76% -
XYZ 29.37 14.75 35.95 -
YUV 88.63 169.98 203.87 -
System Red Green Blue C M Y K H S L
Decimal 195 20 163 0 0.90 0.16 0.24 310.97 0.81 0.42
Hex C3 14 A3 0 5A 10 18 137 51 2A
Octal 303 24 243 0 132 20 30 467 121 52
Binary 11000011 10100 10100011 0 1011010 10000 11000 100110111 1010001 101010

Color Harmonies of #C314A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C314A3

Black with #C314A3

Text Example


Text Example

White with #C314A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C314A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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