Html Css Color HEX #C1359D Medium Red Violet

📋 copy color: '#C1359D'

red 193 ◦ green 53 ◦ blue 157

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

Shades of Medium Red Violet #C1359D

Tints of Medium Red Violet #C1359D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.96%

R = 47.89%
G = 13.15%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C1359D (or 0xC1359D) is known color: Medium Red Violet. HEX triplet: C1, 35 and 9D. RGB value is (193,53,157). Sum of RGB (Red+Green+Blue) = 193+53+157=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C1359D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1359D is #3ECA62. Grayscale: #6A6A6A. Windows color (decimal): -4115043 or 10302913. OLE color: 10302913.

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

Color convert

RGB 193 53 157 -
CMYK 0 0.73 0.19 0.24
HSL 315.43º 0.57% 0.48% -
HSV(B) 315.43º 0.73% 0.76% -
XYZ 29.35 16.32 33.5 -
YUV 106.72 156.38 189.54 -
System Red Green Blue C M Y K H S L
Decimal 193 53 157 0 0.73 0.19 0.24 315.43 0.57 0.48
Hex C1 35 9D 0 49 13 18 13B 39 30
Octal 301 65 235 0 111 23 30 473 71 60
Binary 11000001 110101 10011101 0 1001001 10011 11000 100111011 111001 110000

Color Harmonies of #C1359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1359D

Black with #C1359D

Text Example


Text Example

White with #C1359D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1359D; }

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

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

background-color css

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

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

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

border-color css

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

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

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