Html Css Color HEX #C10E6D Medium Violet Red

📋 copy color: '#C10E6D'

red 193 ◦ green 14 ◦ blue 109

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

Shades of Medium Violet Red #C10E6D

Tints of Medium Violet Red #C10E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.49%

R = 61.08%
G = 4.43%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C10E6D (or 0xC10E6D) is known color: Medium Violet Red. HEX triplet: C1, 0E and 6D. RGB value is (193,14,109). Sum of RGB (Red+Green+Blue) = 193+14+109=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10E6D is #3EF192. Grayscale: #4E4E4E. Windows color (decimal): -4125075 or 7147201. OLE color: 7147201.

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

Color convert

RGB 193 14 109 -
CMYK 0 0.93 0.44 0.24
HSL 328.16º 0.86% 0.41% -
HSV(B) 328.16º 0.93% 0.76% -
XYZ 24.91 12.76 15.62 -
YUV 78.35 145.3 209.78 -
System Red Green Blue C M Y K H S L
Decimal 193 14 109 0 0.93 0.44 0.24 328.16 0.86 0.41
Hex C1 E 6D 0 5D 2C 18 148 56 29
Octal 301 16 155 0 135 54 30 510 126 51
Binary 11000001 1110 1101101 0 1011101 101100 11000 101001000 1010110 101001

Color Harmonies of #C10E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10E6D

Black with #C10E6D

Text Example


Text Example

White with #C10E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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