Html Css Color HEX #C13C95 Medium Red Violet

📋 copy color: '#C13C95'

red 193 ◦ green 60 ◦ blue 149

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

Shades of Medium Red Violet #C13C95

Tints of Medium Red Violet #C13C95

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.93%

 BLUE value IS 149 (58.59% from 255) = 37.06%

R = 48.01%
G = 14.93%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C13C95 (or 0xC13C95) is known color: Medium Red Violet. HEX triplet: C1, 3C and 95. RGB value is (193,60,149). Sum of RGB (Red+Green+Blue) = 193+60+149=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 60 (23.83% from 255 or 14.93% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C13C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13C95 is #3EC36A. Grayscale: #6D6D6D. Windows color (decimal): -4113259 or 9780417. OLE color: 9780417.

HSL color Cylindrical-coordinate representation of color #C13C95: hue angle of 319.85º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13C95 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 60 149 -
CMYK 0 0.69 0.23 0.24
HSL 319.85º 0.53% 0.5% -
HSV(B) 319.85º 0.69% 0.76% -
XYZ 29.03 16.74 30.13 -
YUV 109.91 150.06 187.26 -
System Red Green Blue C M Y K H S L
Decimal 193 60 149 0 0.69 0.23 0.24 319.85 0.53 0.5
Hex C1 3C 95 0 45 17 18 140 35 32
Octal 301 74 225 0 105 27 30 500 65 62
Binary 11000001 111100 10010101 0 1000101 10111 11000 101000000 110101 110010

Color Harmonies of #C13C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13C95

Black with #C13C95

Text Example


Text Example

White with #C13C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13C95; }

 p { color: rgb(193,60,149); }

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

background-color css

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

 a { background-color: rgb(193,60,149); }

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

border-color css

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

 span { border-color: rgb(193,60,149); }

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