Html Css Color HEX #C10D70 Medium Violet Red

📋 copy color: '#C10D70'

red 193 ◦ green 13 ◦ blue 112

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

Shades of Medium Violet Red #C10D70

Tints of Medium Violet Red #C10D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.22%

R = 60.69%
G = 4.09%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C10D70 (or 0xC10D70) is known color: Medium Violet Red. HEX triplet: C1, 0D and 70. RGB value is (193,13,112). Sum of RGB (Red+Green+Blue) = 193+13+112=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10D70 is #3EF28F. Grayscale: #4D4D4D. Windows color (decimal): -4125328 or 7343553. OLE color: 7343553.

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

Color convert

RGB 193 13 112 -
CMYK 0 0.93 0.42 0.24
HSL 327º 0.87% 0.4% -
HSV(B) 327º 0.93% 0.76% -
XYZ 25.06 12.8 16.48 -
YUV 78.11 147.13 209.95 -
System Red Green Blue C M Y K H S L
Decimal 193 13 112 0 0.93 0.42 0.24 327 0.87 0.4
Hex C1 D 70 0 5D 2A 18 147 57 28
Octal 301 15 160 0 135 52 30 507 127 50
Binary 11000001 1101 1110000 0 1011101 101010 11000 101000111 1010111 101000

Color Harmonies of #C10D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10D70

Black with #C10D70

Text Example


Text Example

White with #C10D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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