Html Css Color HEX #C10179 Medium Violet Red

📋 copy color: '#C10179'

red 193 ◦ green 1 ◦ blue 121

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

Shades of Medium Violet Red #C10179

Tints of Medium Violet Red #C10179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 121 (47.66% from 255) = 38.41%

R = 61.27%
G = 0.32%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C10179 (or 0xC10179) is known color: Medium Violet Red. HEX triplet: C1, 01 and 79. RGB value is (193,1,121). Sum of RGB (Red+Green+Blue) = 193+1+121=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C10179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10179 is #3EFE86. Grayscale: #474747. Windows color (decimal): -4128391 or 7930305. OLE color: 7930305.

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

Color convert

RGB 193 1 121 -
CMYK 0 0.99 0.37 0.24
HSL 322.5º 0.99% 0.38% -
HSV(B) 322.5º 0.99% 0.76% -
XYZ 25.45 12.74 19.21 -
YUV 72.09 155.61 214.24 -
System Red Green Blue C M Y K H S L
Decimal 193 1 121 0 0.99 0.37 0.24 322.5 0.99 0.38
Hex C1 1 79 0 63 25 18 142 63 26
Octal 301 1 171 0 143 45 30 502 143 46
Binary 11000001 1 1111001 0 1100011 100101 11000 101000010 1100011 100110

Color Harmonies of #C10179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10179

Black with #C10179

Text Example


Text Example

White with #C10179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10179; }

 p { color: rgb(193,1,121); }

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

background-color css

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

 a { background-color: rgb(193,1,121); }

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

border-color css

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

 span { border-color: rgb(193,1,121); }

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