Html Css Color HEX #C13997 Medium Red Violet

📋 copy color: '#C13997'

red 193 ◦ green 57 ◦ blue 151

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

Shades of Medium Red Violet #C13997

Tints of Medium Red Violet #C13997

RGB

 RED value IS 193 (75.78% from 255) = 48.13%

 GREEN value IS 57 (22.66% from 255) = 14.21%

 BLUE value IS 151 (59.38% from 255) = 37.66%

R = 48.13%
G = 14.21%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C13997 (or 0xC13997) is known color: Medium Red Violet. HEX triplet: C1, 39 and 97. RGB value is (193,57,151). Sum of RGB (Red+Green+Blue) = 193+57+151=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C13997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13997 is #3EC668. Grayscale: #6C6C6C. Windows color (decimal): -4114025 or 9910721. OLE color: 9910721.

HSL color Cylindrical-coordinate representation of color #C13997: hue angle of 318.53º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13997 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 57 151 -
CMYK 0 0.70 0.22 0.24
HSL 318.53º 0.54% 0.49% -
HSV(B) 318.53º 0.7% 0.76% -
XYZ 29.04 16.5 30.93 -
YUV 108.38 152.06 188.36 -
System Red Green Blue C M Y K H S L
Decimal 193 57 151 0 0.70 0.22 0.24 318.53 0.54 0.49
Hex C1 39 97 0 46 16 18 13F 36 31
Octal 301 71 227 0 106 26 30 477 66 61
Binary 11000001 111001 10010111 0 1000110 10110 11000 100111111 110110 110001

Color Harmonies of #C13997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13997

Black with #C13997

Text Example


Text Example

White with #C13997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13997; }

 p { color: rgb(193,57,151); }

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

background-color css

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

 a { background-color: rgb(193,57,151); }

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

border-color css

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

 span { border-color: rgb(193,57,151); }

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