Html Css Color HEX #C10271 Medium Violet Red

📋 copy color: '#C10271'

red 193 ◦ green 2 ◦ blue 113

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

Shades of Medium Violet Red #C10271

Tints of Medium Violet Red #C10271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 62.66%
G = 0.65%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C10271 (or 0xC10271) is known color: Medium Violet Red. HEX triplet: C1, 02 and 71. RGB value is (193,2,113). Sum of RGB (Red+Green+Blue) = 193+2+113=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C10271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10271 is #3EFD8E. Grayscale: #474747. Windows color (decimal): -4128143 or 7406273. OLE color: 7406273.

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

Color convert

RGB 193 2 113 -
CMYK 0 0.99 0.41 0.24
HSL 325.13º 0.98% 0.38% -
HSV(B) 325.13º 0.99% 0.76% -
XYZ 24.99 12.57 16.73 -
YUV 71.76 151.28 214.47 -
System Red Green Blue C M Y K H S L
Decimal 193 2 113 0 0.99 0.41 0.24 325.13 0.98 0.38
Hex C1 2 71 0 63 29 18 145 62 26
Octal 301 2 161 0 143 51 30 505 142 46
Binary 11000001 10 1110001 0 1100011 101001 11000 101000101 1100010 100110

Color Harmonies of #C10271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10271

Black with #C10271

Text Example


Text Example

White with #C10271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10271; }

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

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

background-color css

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

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

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

border-color css

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

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

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