Html Css Color HEX #C319AB Medium Violet Red

📋 copy color: '#C319AB'

red 195 ◦ green 25 ◦ blue 171

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

Shades of Medium Violet Red #C319AB

Tints of Medium Violet Red #C319AB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.39%

 BLUE value IS 171 (67.19% from 255) = 43.73%

R = 49.87%
G = 6.39%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C319AB (or 0xC319AB) is known color: Medium Violet Red. HEX triplet: C3, 19 and AB. RGB value is (195,25,171). Sum of RGB (Red+Green+Blue) = 195+25+171=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C319AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C319AB is #3CE654. Grayscale: #5C5C5C. Windows color (decimal): -3991125 or 11213251. OLE color: 11213251.

HSL color Cylindrical-coordinate representation of color #C319AB: hue angle of 308.47º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C319AB is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 25 171 -
CMYK 0 0.87 0.12 0.24
HSL 308.47º 0.77% 0.43% -
HSV(B) 308.47º 0.87% 0.76% -
XYZ 30.2 15.24 39.88 -
YUV 92.47 172.32 201.13 -
System Red Green Blue C M Y K H S L
Decimal 195 25 171 0 0.87 0.12 0.24 308.47 0.77 0.43
Hex C3 19 AB 0 57 C 18 134 4D 2B
Octal 303 31 253 0 127 14 30 464 115 53
Binary 11000011 11001 10101011 0 1010111 1100 11000 100110100 1001101 101011

Color Harmonies of #C319AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C319AB

Black with #C319AB

Text Example


Text Example

White with #C319AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C319AB; }

 p { color: rgb(195,25,171); }

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

background-color css

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

 a { background-color: rgb(195,25,171); }

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

border-color css

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

 span { border-color: rgb(195,25,171); }

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