Html Css Color HEX #C31A93 Medium Violet Red

📋 copy color: '#C31A93'

red 195 ◦ green 26 ◦ blue 147

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

Shades of Medium Violet Red #C31A93

Tints of Medium Violet Red #C31A93

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.07%

 BLUE value IS 147 (57.81% from 255) = 39.95%

R = 52.99%
G = 7.07%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C31A93 (or 0xC31A93) is known color: Medium Violet Red. HEX triplet: C3, 1A and 93. RGB value is (195,26,147). Sum of RGB (Red+Green+Blue) = 195+26+147=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31A93 is #3CE56C. Grayscale: #5A5A5A. Windows color (decimal): -3990893 or 9640643. OLE color: 9640643.

HSL color Cylindrical-coordinate representation of color #C31A93: hue angle of 317.04º degrees, saturation: 0.76, 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 #C31A93 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 26 147 -
CMYK 0 0.87 0.25 0.24
HSL 317.04º 0.76% 0.43% -
HSV(B) 317.04º 0.87% 0.76% -
XYZ 28.14 14.45 28.91 -
YUV 90.33 159.99 202.66 -
System Red Green Blue C M Y K H S L
Decimal 195 26 147 0 0.87 0.25 0.24 317.04 0.76 0.43
Hex C3 1A 93 0 57 19 18 13D 4C 2B
Octal 303 32 223 0 127 31 30 475 114 53
Binary 11000011 11010 10010011 0 1010111 11001 11000 100111101 1001100 101011

Color Harmonies of #C31A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31A93

Black with #C31A93

Text Example


Text Example

White with #C31A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31A93; }

 p { color: rgb(195,26,147); }

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

background-color css

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

 a { background-color: rgb(195,26,147); }

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

border-color css

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

 span { border-color: rgb(195,26,147); }

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