Html Css Color HEX #C13594 Medium Red Violet

📋 copy color: '#C13594'

red 193 ◦ green 53 ◦ blue 148

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

Shades of Medium Red Violet #C13594

Tints of Medium Red Violet #C13594

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.45%

 BLUE value IS 148 (58.2% from 255) = 37.56%

R = 48.98%
G = 13.45%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C13594 (or 0xC13594) is known color: Medium Red Violet. HEX triplet: C1, 35 and 94. RGB value is (193,53,148). Sum of RGB (Red+Green+Blue) = 193+53+148=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C13594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13594 is #3ECA6B. Grayscale: #696969. Windows color (decimal): -4115052 or 9713089. OLE color: 9713089.

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

Color convert

RGB 193 53 148 -
CMYK 0 0.73 0.23 0.24
HSL 319.29º 0.57% 0.48% -
HSV(B) 319.29º 0.73% 0.76% -
XYZ 28.61 16.02 29.6 -
YUV 105.69 151.88 190.28 -
System Red Green Blue C M Y K H S L
Decimal 193 53 148 0 0.73 0.23 0.24 319.29 0.57 0.48
Hex C1 35 94 0 49 17 18 13F 39 30
Octal 301 65 224 0 111 27 30 477 71 60
Binary 11000001 110101 10010100 0 1001001 10111 11000 100111111 111001 110000

Color Harmonies of #C13594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13594

Black with #C13594

Text Example


Text Example

White with #C13594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13594; }

 p { color: rgb(193,53,148); }

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

background-color css

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

 a { background-color: rgb(193,53,148); }

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

border-color css

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

 span { border-color: rgb(193,53,148); }

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