Html Css Color HEX #C10393 Medium Violet Red

📋 copy color: '#C10393'

red 193 ◦ green 3 ◦ blue 147

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

Shades of Medium Violet Red #C10393

Tints of Medium Violet Red #C10393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.86%

R = 56.27%
G = 0.87%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C10393 (or 0xC10393) is known color: Medium Violet Red. HEX triplet: C1, 03 and 93. RGB value is (193,3,147). Sum of RGB (Red+Green+Blue) = 193+3+147=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C10393 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10393 is #3EFC6C. Grayscale: #4B4B4B. Windows color (decimal): -4127853 or 9634753. OLE color: 9634753.

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

Color convert

RGB 193 3 147 -
CMYK 0 0.98 0.24 0.24
HSL 314.53º 0.97% 0.38% -
HSV(B) 314.53º 0.98% 0.76% -
XYZ 27.29 13.51 28.77 -
YUV 76.23 167.95 211.29 -
System Red Green Blue C M Y K H S L
Decimal 193 3 147 0 0.98 0.24 0.24 314.53 0.97 0.38
Hex C1 3 93 0 62 18 18 13B 61 26
Octal 301 3 223 0 142 30 30 473 141 46
Binary 11000001 11 10010011 0 1100010 11000 11000 100111011 1100001 100110

Color Harmonies of #C10393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10393

Black with #C10393

Text Example


Text Example

White with #C10393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10393; }

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

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

background-color css

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

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

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

border-color css

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

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

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