Html Css Color HEX #C10D90 Medium Violet Red

📋 copy color: '#C10D90'

red 193 ◦ green 13 ◦ blue 144

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

Shades of Medium Violet Red #C10D90

Tints of Medium Violet Red #C10D90

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.71%

 BLUE value IS 144 (56.64% from 255) = 41.14%

R = 55.14%
G = 3.71%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C10D90 (or 0xC10D90) is known color: Medium Violet Red. HEX triplet: C1, 0D and 90. RGB value is (193,13,144). Sum of RGB (Red+Green+Blue) = 193+13+144=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10D90 is #3EF26F. Grayscale: #515151. Windows color (decimal): -4125296 or 9440705. OLE color: 9440705.

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

Color convert

RGB 193 13 144 -
CMYK 0 0.93 0.25 0.24
HSL 316.33º 0.87% 0.4% -
HSV(B) 316.33º 0.93% 0.76% -
XYZ 27.17 13.64 27.59 -
YUV 81.75 163.13 207.35 -
System Red Green Blue C M Y K H S L
Decimal 193 13 144 0 0.93 0.25 0.24 316.33 0.87 0.4
Hex C1 D 90 0 5D 19 18 13C 57 28
Octal 301 15 220 0 135 31 30 474 127 50
Binary 11000001 1101 10010000 0 1011101 11001 11000 100111100 1010111 101000

Color Harmonies of #C10D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10D90

Black with #C10D90

Text Example


Text Example

White with #C10D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10D90; }

 p { color: rgb(193,13,144); }

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

background-color css

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

 a { background-color: rgb(193,13,144); }

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

border-color css

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

 span { border-color: rgb(193,13,144); }

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