Html Css Color HEX #C10D9E Medium Violet Red

📋 copy color: '#C10D9E'

red 193 ◦ green 13 ◦ blue 158

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

Shades of Medium Violet Red #C10D9E

Tints of Medium Violet Red #C10D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.41%

R = 53.02%
G = 3.57%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C10D9E (or 0xC10D9E) is known color: Medium Violet Red. HEX triplet: C1, 0D and 9E. RGB value is (193,13,158). Sum of RGB (Red+Green+Blue) = 193+13+158=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 13 (5.47% from 255 or 3.57% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10D9E is #3EF261. Grayscale: #525252. Windows color (decimal): -4125282 or 10358209. OLE color: 10358209.

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

Color convert

RGB 193 13 158 -
CMYK 0 0.93 0.18 0.24
HSL 311.67º 0.87% 0.4% -
HSV(B) 311.67º 0.93% 0.76% -
XYZ 28.31 14.09 33.58 -
YUV 83.35 170.13 206.21 -
System Red Green Blue C M Y K H S L
Decimal 193 13 158 0 0.93 0.18 0.24 311.67 0.87 0.4
Hex C1 D 9E 0 5D 12 18 138 57 28
Octal 301 15 236 0 135 22 30 470 127 50
Binary 11000001 1101 10011110 0 1011101 10010 11000 100111000 1010111 101000

Color Harmonies of #C10D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10D9E

Black with #C10D9E

Text Example


Text Example

White with #C10D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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