Html Css Color HEX #C31373 Medium Violet Red

📋 copy color: '#C31373'

red 195 ◦ green 19 ◦ blue 115

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

Shades of Medium Violet Red #C31373

Tints of Medium Violet Red #C31373

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.78%

 BLUE value IS 115 (45.31% from 255) = 34.95%

R = 59.27%
G = 5.78%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C31373 (or 0xC31373) is known color: Medium Violet Red. HEX triplet: C3, 13 and 73. RGB value is (195,19,115). Sum of RGB (Red+Green+Blue) = 195+19+115=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C31373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31373 is #3CEC8C. Grayscale: #525252. Windows color (decimal): -3992717 or 7541699. OLE color: 7541699.

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

Color convert

RGB 195 19 115 -
CMYK 0 0.90 0.41 0.24
HSL 327.27º 0.82% 0.42% -
HSV(B) 327.27º 0.9% 0.76% -
XYZ 25.83 13.31 17.43 -
YUV 82.57 146.31 208.19 -
System Red Green Blue C M Y K H S L
Decimal 195 19 115 0 0.90 0.41 0.24 327.27 0.82 0.42
Hex C3 13 73 0 5A 29 18 147 52 2A
Octal 303 23 163 0 132 51 30 507 122 52
Binary 11000011 10011 1110011 0 1011010 101001 11000 101000111 1010010 101010

Color Harmonies of #C31373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31373

Black with #C31373

Text Example


Text Example

White with #C31373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31373; }

 p { color: rgb(195,19,115); }

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

background-color css

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

 a { background-color: rgb(195,19,115); }

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

border-color css

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

 span { border-color: rgb(195,19,115); }

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