Html Css Color HEX #C10DA0 Medium Violet Red

📋 copy color: '#C10DA0'

red 193 ◦ green 13 ◦ blue 160

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

Shades of Medium Violet Red #C10DA0

Tints of Medium Violet Red #C10DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 43.72%

R = 52.73%
G = 3.55%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C10DA0 (or 0xC10DA0) is known color: Medium Violet Red. HEX triplet: C1, 0D and A0. RGB value is (193,13,160). Sum of RGB (Red+Green+Blue) = 193+13+160=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C10DA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10DA0 is #3EF25F. Grayscale: #535353. Windows color (decimal): -4125280 or 10489281. OLE color: 10489281.

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

Color convert

RGB 193 13 160 -
CMYK 0 0.93 0.17 0.24
HSL 311º 0.87% 0.4% -
HSV(B) 311º 0.93% 0.76% -
XYZ 28.48 14.16 34.49 -
YUV 83.58 171.13 206.05 -
System Red Green Blue C M Y K H S L
Decimal 193 13 160 0 0.93 0.17 0.24 311 0.87 0.4
Hex C1 D A0 0 5D 11 18 137 57 28
Octal 301 15 240 0 135 21 30 467 127 50
Binary 11000001 1101 10100000 0 1011101 10001 11000 100110111 1010111 101000

Color Harmonies of #C10DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10DA0

Black with #C10DA0

Text Example


Text Example

White with #C10DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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