Html Css Color HEX #C10573 Medium Violet Red

📋 copy color: '#C10573'

red 193 ◦ green 5 ◦ blue 115

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

Shades of Medium Violet Red #C10573

Tints of Medium Violet Red #C10573

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.6%

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

R = 61.66%
G = 1.6%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C10573 (or 0xC10573) is known color: Medium Violet Red. HEX triplet: C1, 05 and 73. RGB value is (193,5,115). Sum of RGB (Red+Green+Blue) = 193+5+115=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C10573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10573 is #3EFA8C. Grayscale: #494949. Windows color (decimal): -4127373 or 7538113. OLE color: 7538113.

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

Color convert

RGB 193 5 115 -
CMYK 0 0.97 0.40 0.24
HSL 324.89º 0.95% 0.39% -
HSV(B) 324.89º 0.97% 0.76% -
XYZ 25.14 12.68 17.34 -
YUV 73.75 151.28 213.06 -
System Red Green Blue C M Y K H S L
Decimal 193 5 115 0 0.97 0.40 0.24 324.89 0.95 0.39
Hex C1 5 73 0 61 28 18 145 5F 27
Octal 301 5 163 0 141 50 30 505 137 47
Binary 11000001 101 1110011 0 1100001 101000 11000 101000101 1011111 100111

Color Harmonies of #C10573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10573

Black with #C10573

Text Example


Text Example

White with #C10573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10573; }

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

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

background-color css

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

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

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

border-color css

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

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

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