Html Css Color HEX #C10576 Medium Violet Red

📋 copy color: '#C10576'

red 193 ◦ green 5 ◦ blue 118

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

Shades of Medium Violet Red #C10576

Tints of Medium Violet Red #C10576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.34%

R = 61.08%
G = 1.58%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C10576 (or 0xC10576) is known color: Medium Violet Red. HEX triplet: C1, 05 and 76. RGB value is (193,5,118). Sum of RGB (Red+Green+Blue) = 193+5+118=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C10576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10576 is #3EFA89. Grayscale: #494949. Windows color (decimal): -4127370 or 7734721. OLE color: 7734721.

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

Color convert

RGB 193 5 118 -
CMYK 0 0.97 0.39 0.24
HSL 323.94º 0.95% 0.39% -
HSV(B) 323.94º 0.97% 0.76% -
XYZ 25.32 12.75 18.27 -
YUV 74.09 152.78 212.81 -
System Red Green Blue C M Y K H S L
Decimal 193 5 118 0 0.97 0.39 0.24 323.94 0.95 0.39
Hex C1 5 76 0 61 27 18 144 5F 27
Octal 301 5 166 0 141 47 30 504 137 47
Binary 11000001 101 1110110 0 1100001 100111 11000 101000100 1011111 100111

Color Harmonies of #C10576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10576

Black with #C10576

Text Example


Text Example

White with #C10576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10576; }

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

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

background-color css

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

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

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

border-color css

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

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

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