Html Css Color HEX #C314A9 Medium Violet Red

📋 copy color: '#C314A9'

red 195 ◦ green 20 ◦ blue 169

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

Shades of Medium Violet Red #C314A9

Tints of Medium Violet Red #C314A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 44.01%

R = 50.78%
G = 5.21%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C314A9 (or 0xC314A9) is known color: Medium Violet Red. HEX triplet: C3, 14 and A9. RGB value is (195,20,169). Sum of RGB (Red+Green+Blue) = 195+20+169=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 169 (66.41% from 255 or 44.01% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C314A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C314A9 is #3CEB56. Grayscale: #585858. Windows color (decimal): -3992407 or 11080899. OLE color: 11080899.

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

Color convert

RGB 195 20 169 -
CMYK 0 0.90 0.13 0.24
HSL 308.91º 0.81% 0.42% -
HSV(B) 308.91º 0.9% 0.76% -
XYZ 29.92 14.97 38.85 -
YUV 89.31 172.98 203.38 -
System Red Green Blue C M Y K H S L
Decimal 195 20 169 0 0.90 0.13 0.24 308.91 0.81 0.42
Hex C3 14 A9 0 5A D 18 135 51 2A
Octal 303 24 251 0 132 15 30 465 121 52
Binary 11000011 10100 10101001 0 1011010 1101 11000 100110101 1010001 101010

Color Harmonies of #C314A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C314A9

Black with #C314A9

Text Example


Text Example

White with #C314A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C314A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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