Html Css Color HEX #C10174 Medium Violet Red

📋 copy color: '#C10174'

red 193 ◦ green 1 ◦ blue 116

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

Shades of Medium Violet Red #C10174

Tints of Medium Violet Red #C10174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.42%

R = 62.26%
G = 0.32%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C10174 (or 0xC10174) is known color: Medium Violet Red. HEX triplet: C1, 01 and 74. RGB value is (193,1,116). Sum of RGB (Red+Green+Blue) = 193+1+116=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C10174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10174 is #3EFE8B. Grayscale: #474747. Windows color (decimal): -4128396 or 7602625. OLE color: 7602625.

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

Color convert

RGB 193 1 116 -
CMYK 0 0.99 0.40 0.24
HSL 324.06º 0.99% 0.38% -
HSV(B) 324.06º 0.99% 0.76% -
XYZ 25.16 12.62 17.63 -
YUV 71.52 153.11 214.65 -
System Red Green Blue C M Y K H S L
Decimal 193 1 116 0 0.99 0.40 0.24 324.06 0.99 0.38
Hex C1 1 74 0 63 28 18 144 63 26
Octal 301 1 164 0 143 50 30 504 143 46
Binary 11000001 1 1110100 0 1100011 101000 11000 101000100 1100011 100110

Color Harmonies of #C10174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10174

Black with #C10174

Text Example


Text Example

White with #C10174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10174; }

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

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

background-color css

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

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

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

border-color css

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

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

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