Html Css Color HEX #C10E71 Medium Violet Red

📋 copy color: '#C10E71'

red 193 ◦ green 14 ◦ blue 113

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

Shades of Medium Violet Red #C10E71

Tints of Medium Violet Red #C10E71

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.38%

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

R = 60.31%
G = 4.38%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C10E71 (or 0xC10E71) is known color: Medium Violet Red. HEX triplet: C1, 0E and 71. RGB value is (193,14,113). Sum of RGB (Red+Green+Blue) = 193+14+113=320 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.31% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10E71 is #3EF18E. Grayscale: #4E4E4E. Windows color (decimal): -4125071 or 7409345. OLE color: 7409345.

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

Color convert

RGB 193 14 113 -
CMYK 0 0.93 0.41 0.24
HSL 326.82º 0.86% 0.41% -
HSV(B) 326.82º 0.93% 0.76% -
XYZ 25.13 12.84 16.78 -
YUV 78.81 147.3 209.45 -
System Red Green Blue C M Y K H S L
Decimal 193 14 113 0 0.93 0.41 0.24 326.82 0.86 0.41
Hex C1 E 71 0 5D 29 18 147 56 29
Octal 301 16 161 0 135 51 30 507 126 51
Binary 11000001 1110 1110001 0 1011101 101001 11000 101000111 1010110 101001

Color Harmonies of #C10E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10E71

Black with #C10E71

Text Example


Text Example

White with #C10E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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