Html Css Color HEX #C10273 Medium Violet Red

📋 copy color: '#C10273'

red 193 ◦ green 2 ◦ blue 115

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

Shades of Medium Violet Red #C10273

Tints of Medium Violet Red #C10273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.1%

R = 62.26%
G = 0.65%
B = 37.1%

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

#C10273 (or 0xC10273) is known color: Medium Violet Red. HEX triplet: C1, 02 and 73. RGB value is (193,2,115). Sum of RGB (Red+Green+Blue) = 193+2+115=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C10273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10273 is #3EFD8C. Grayscale: #474747. Windows color (decimal): -4128141 or 7537345. OLE color: 7537345.

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

Color convert

RGB 193 2 115 -
CMYK 0 0.99 0.40 0.24
HSL 324.5º 0.98% 0.38% -
HSV(B) 324.5º 0.99% 0.76% -
XYZ 25.11 12.62 17.33 -
YUV 71.99 152.28 214.31 -
System Red Green Blue C M Y K H S L
Decimal 193 2 115 0 0.99 0.40 0.24 324.5 0.98 0.38
Hex C1 2 73 0 63 28 18 145 62 26
Octal 301 2 163 0 143 50 30 505 142 46
Binary 11000001 10 1110011 0 1100011 101000 11000 101000101 1100010 100110

Color Harmonies of #C10273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10273

Black with #C10273

Text Example


Text Example

White with #C10273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10273; }

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

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

background-color css

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

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

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

border-color css

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

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

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