Html Css Color HEX #C10170 Medium Violet Red

📋 copy color: '#C10170'

red 193 ◦ green 1 ◦ blue 112

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

Shades of Medium Violet Red #C10170

Tints of Medium Violet Red #C10170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.6%

R = 63.07%
G = 0.33%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C10170 (or 0xC10170) is known color: Medium Violet Red. HEX triplet: C1, 01 and 70. RGB value is (193,1,112). Sum of RGB (Red+Green+Blue) = 193+1+112=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C10170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10170 is #3EFE8F. Grayscale: #464646. Windows color (decimal): -4128400 or 7340481. OLE color: 7340481.

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

Color convert

RGB 193 1 112 -
CMYK 0 0.99 0.42 0.24
HSL 325.31º 0.99% 0.38% -
HSV(B) 325.31º 0.99% 0.76% -
XYZ 24.93 12.53 16.43 -
YUV 71.06 151.11 214.97 -
System Red Green Blue C M Y K H S L
Decimal 193 1 112 0 0.99 0.42 0.24 325.31 0.99 0.38
Hex C1 1 70 0 63 2A 18 145 63 26
Octal 301 1 160 0 143 52 30 505 143 46
Binary 11000001 1 1110000 0 1100011 101010 11000 101000101 1100011 100110

Color Harmonies of #C10170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10170

Black with #C10170

Text Example


Text Example

White with #C10170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10170; }

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

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

background-color css

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

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

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

border-color css

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

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

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