Html Css Color HEX #C10A6F Medium Violet Red

📋 copy color: '#C10A6F'

red 193 ◦ green 10 ◦ blue 111

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

Shades of Medium Violet Red #C10A6F

Tints of Medium Violet Red #C10A6F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.18%

 BLUE value IS 111 (43.75% from 255) = 35.35%

R = 61.46%
G = 3.18%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C10A6F (or 0xC10A6F) is known color: Medium Violet Red. HEX triplet: C1, 0A and 6F. RGB value is (193,10,111). Sum of RGB (Red+Green+Blue) = 193+10+111=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10A6F is #3EF590. Grayscale: #4C4C4C. Windows color (decimal): -4126097 or 7277249. OLE color: 7277249.

HSL color Cylindrical-coordinate representation of color #C10A6F: hue angle of 326.89º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10A6F is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 10 111 -
CMYK 0 0.95 0.42 0.24
HSL 326.89º 0.9% 0.4% -
HSV(B) 326.89º 0.95% 0.76% -
XYZ 24.97 12.7 16.17 -
YUV 76.23 147.63 211.29 -
System Red Green Blue C M Y K H S L
Decimal 193 10 111 0 0.95 0.42 0.24 326.89 0.9 0.4
Hex C1 A 6F 0 5F 2A 18 147 5A 28
Octal 301 12 157 0 137 52 30 507 132 50
Binary 11000001 1010 1101111 0 1011111 101010 11000 101000111 1011010 101000

Color Harmonies of #C10A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10A6F

Black with #C10A6F

Text Example


Text Example

White with #C10A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10A6F; }

 p { color: rgb(193,10,111); }

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

background-color css

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

 a { background-color: rgb(193,10,111); }

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

border-color css

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

 span { border-color: rgb(193,10,111); }

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