Html Css Color HEX #C10071 Medium Violet Red

📋 copy color: '#C10071'

red 193 ◦ green 0 ◦ blue 113

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

Shades of Medium Violet Red #C10071

Tints of Medium Violet Red #C10071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 113 (44.53% from 255) = 36.93%

R = 63.07%
G = 0%
B = 36.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C10071 (or 0xC10071) is known color: Medium Violet Red. HEX triplet: C1, 00 and 71. RGB value is (193,0,113). Sum of RGB (Red+Green+Blue) = 193+0+113=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C10071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10071 is #3EFF8E. Grayscale: #464646. Windows color (decimal): -4128655 or 7405761. OLE color: 7405761.

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

Color convert

RGB 193 0 113 -
CMYK 0 1 0.41 0.24
HSL 324.87º 1% 0.38% -
HSV(B) 324.87º 1% 0.76% -
XYZ 24.97 12.53 16.73 -
YUV 70.59 151.94 215.31 -
System Red Green Blue C M Y K H S L
Decimal 193 0 113 0 1 0.41 0.24 324.87 1 0.38
Hex C1 0 71 0 64 29 18 145 64 26
Octal 301 0 161 0 144 51 30 505 144 46
Binary 11000001 0 1110001 0 1100100 101001 11000 101000101 1100100 100110

Color Harmonies of #C10071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10071

Black with #C10071

Text Example


Text Example

White with #C10071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10071; }

 p { color: rgb(193,0,113); }

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

background-color css

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

 a { background-color: rgb(193,0,113); }

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

border-color css

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

 span { border-color: rgb(193,0,113); }

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