Html Css Color HEX #C10473 Medium Violet Red

📋 copy color: '#C10473'

red 193 ◦ green 4 ◦ blue 115

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

Shades of Medium Violet Red #C10473

Tints of Medium Violet Red #C10473

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.28%

 BLUE value IS 115 (45.31% from 255) = 36.86%

R = 61.86%
G = 1.28%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C10473 (or 0xC10473) is known color: Medium Violet Red. HEX triplet: C1, 04 and 73. RGB value is (193,4,115). Sum of RGB (Red+Green+Blue) = 193+4+115=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C10473 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10473 is #3EFB8C. Grayscale: #484848. Windows color (decimal): -4127629 or 7537857. OLE color: 7537857.

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

Color convert

RGB 193 4 115 -
CMYK 0 0.98 0.40 0.24
HSL 324.76º 0.96% 0.39% -
HSV(B) 324.76º 0.98% 0.76% -
XYZ 25.13 12.66 17.34 -
YUV 73.17 151.62 213.47 -
System Red Green Blue C M Y K H S L
Decimal 193 4 115 0 0.98 0.40 0.24 324.76 0.96 0.39
Hex C1 4 73 0 62 28 18 145 60 27
Octal 301 4 163 0 142 50 30 505 140 47
Binary 11000001 100 1110011 0 1100010 101000 11000 101000101 1100000 100111

Color Harmonies of #C10473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10473

Black with #C10473

Text Example


Text Example

White with #C10473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10473; }

 p { color: rgb(193,4,115); }

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

background-color css

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

 a { background-color: rgb(193,4,115); }

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

border-color css

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

 span { border-color: rgb(193,4,115); }

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