Html Css Color HEX #C10E8F Medium Violet Red

📋 copy color: '#C10E8F'

red 193 ◦ green 14 ◦ blue 143

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

Shades of Medium Violet Red #C10E8F

Tints of Medium Violet Red #C10E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.86%

R = 55.14%
G = 4%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C10E8F (or 0xC10E8F) is known color: Medium Violet Red. HEX triplet: C1, 0E and 8F. RGB value is (193,14,143). Sum of RGB (Red+Green+Blue) = 193+14+143=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10E8F is #3EF170. Grayscale: #515151. Windows color (decimal): -4125041 or 9375425. OLE color: 9375425.

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

Color convert

RGB 193 14 143 -
CMYK 0 0.93 0.26 0.24
HSL 316.76º 0.86% 0.41% -
HSV(B) 316.76º 0.93% 0.76% -
XYZ 27.11 13.63 27.19 -
YUV 82.23 162.3 207.01 -
System Red Green Blue C M Y K H S L
Decimal 193 14 143 0 0.93 0.26 0.24 316.76 0.86 0.41
Hex C1 E 8F 0 5D 1A 18 13D 56 29
Octal 301 16 217 0 135 32 30 475 126 51
Binary 11000001 1110 10001111 0 1011101 11010 11000 100111101 1010110 101001

Color Harmonies of #C10E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10E8F

Black with #C10E8F

Text Example


Text Example

White with #C10E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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