Html Css Color HEX #C10391 Medium Violet Red

📋 copy color: '#C10391'

red 193 ◦ green 3 ◦ blue 145

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

Shades of Medium Violet Red #C10391

Tints of Medium Violet Red #C10391

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

 BLUE value IS 145 (57.03% from 255) = 42.52%

R = 56.6%
G = 0.88%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C10391 (or 0xC10391) is known color: Medium Violet Red. HEX triplet: C1, 03 and 91. RGB value is (193,3,145). Sum of RGB (Red+Green+Blue) = 193+3+145=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C10391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10391 is #3EFC6E. Grayscale: #4B4B4B. Windows color (decimal): -4127855 or 9503681. OLE color: 9503681.

HSL color Cylindrical-coordinate representation of color #C10391: hue angle of 315.16º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C10391 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 3 145 -
CMYK 0 0.98 0.25 0.24
HSL 315.16º 0.97% 0.38% -
HSV(B) 315.16º 0.98% 0.76% -
XYZ 27.14 13.45 27.95 -
YUV 76 166.95 211.45 -
System Red Green Blue C M Y K H S L
Decimal 193 3 145 0 0.98 0.25 0.24 315.16 0.97 0.38
Hex C1 3 91 0 62 19 18 13B 61 26
Octal 301 3 221 0 142 31 30 473 141 46
Binary 11000001 11 10010001 0 1100010 11001 11000 100111011 1100001 100110

Color Harmonies of #C10391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10391

Black with #C10391

Text Example


Text Example

White with #C10391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10391; }

 p { color: rgb(193,3,145); }

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

background-color css

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

 a { background-color: rgb(193,3,145); }

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

border-color css

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

 span { border-color: rgb(193,3,145); }

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