Html Css Color HEX #C1359E Medium Red Violet

📋 copy color: '#C1359E'

red 193 ◦ green 53 ◦ blue 158

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

Shades of Medium Red Violet #C1359E

Tints of Medium Red Violet #C1359E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.11%

R = 47.77%
G = 13.12%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C1359E (or 0xC1359E) is known color: Medium Red Violet. HEX triplet: C1, 35 and 9E. RGB value is (193,53,158). Sum of RGB (Red+Green+Blue) = 193+53+158=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C1359E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1359E is #3ECA61. Grayscale: #6A6A6A. Windows color (decimal): -4115042 or 10368449. OLE color: 10368449.

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

Color convert

RGB 193 53 158 -
CMYK 0 0.73 0.18 0.24
HSL 315º 0.57% 0.48% -
HSV(B) 315º 0.73% 0.76% -
XYZ 29.44 16.35 33.95 -
YUV 106.83 156.88 189.46 -
System Red Green Blue C M Y K H S L
Decimal 193 53 158 0 0.73 0.18 0.24 315 0.57 0.48
Hex C1 35 9E 0 49 12 18 13B 39 30
Octal 301 65 236 0 111 22 30 473 71 60
Binary 11000001 110101 10011110 0 1001001 10010 11000 100111011 111001 110000

Color Harmonies of #C1359E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1359E

Black with #C1359E

Text Example


Text Example

White with #C1359E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1359E; }

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

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

background-color css

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

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

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

border-color css

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

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

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