Html Css Color HEX #C13992 Medium Red Violet

📋 copy color: '#C13992'

red 193 ◦ green 57 ◦ blue 146

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

Shades of Medium Red Violet #C13992

Tints of Medium Red Violet #C13992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.87%

R = 48.74%
G = 14.39%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C13992 (or 0xC13992) is known color: Medium Red Violet. HEX triplet: C1, 39 and 92. RGB value is (193,57,146). Sum of RGB (Red+Green+Blue) = 193+57+146=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 57 (22.66% from 255 or 14.39% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C13992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13992 is #3EC66D. Grayscale: #6B6B6B. Windows color (decimal): -4114030 or 9583041. OLE color: 9583041.

HSL color Cylindrical-coordinate representation of color #C13992: hue angle of 320.74º 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 #C13992 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 57 146 -
CMYK 0 0.70 0.24 0.24
HSL 320.74º 0.54% 0.49% -
HSV(B) 320.74º 0.7% 0.76% -
XYZ 28.64 16.34 28.84 -
YUV 107.81 149.56 188.76 -
System Red Green Blue C M Y K H S L
Decimal 193 57 146 0 0.70 0.24 0.24 320.74 0.54 0.49
Hex C1 39 92 0 46 18 18 141 36 31
Octal 301 71 222 0 106 30 30 501 66 61
Binary 11000001 111001 10010010 0 1000110 11000 11000 101000001 110110 110001

Color Harmonies of #C13992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13992

Black with #C13992

Text Example


Text Example

White with #C13992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13992; }

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

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

background-color css

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

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

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

border-color css

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

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

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