Html Css Color HEX #C10276 Medium Violet Red

📋 copy color: '#C10276'

red 193 ◦ green 2 ◦ blue 118

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

Shades of Medium Violet Red #C10276

Tints of Medium Violet Red #C10276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.7%

R = 61.66%
G = 0.64%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C10276 (or 0xC10276) is known color: Medium Violet Red. HEX triplet: C1, 02 and 76. RGB value is (193,2,118). Sum of RGB (Red+Green+Blue) = 193+2+118=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C10276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10276 is #3EFD89. Grayscale: #484848. Windows color (decimal): -4128138 or 7733953. OLE color: 7733953.

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

Color convert

RGB 193 2 118 -
CMYK 0 0.99 0.39 0.24
HSL 323.56º 0.98% 0.38% -
HSV(B) 323.56º 0.99% 0.76% -
XYZ 25.28 12.69 18.26 -
YUV 72.33 153.78 214.07 -
System Red Green Blue C M Y K H S L
Decimal 193 2 118 0 0.99 0.39 0.24 323.56 0.98 0.38
Hex C1 2 76 0 63 27 18 144 62 26
Octal 301 2 166 0 143 47 30 504 142 46
Binary 11000001 10 1110110 0 1100011 100111 11000 101000100 1100010 100110

Color Harmonies of #C10276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10276

Black with #C10276

Text Example


Text Example

White with #C10276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10276; }

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

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

background-color css

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

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

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

border-color css

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

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

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