Html Css Color HEX #C10895 Medium Violet Red

📋 copy color: '#C10895'

red 193 ◦ green 8 ◦ blue 149

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

Shades of Medium Violet Red #C10895

Tints of Medium Violet Red #C10895

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.29%

 BLUE value IS 149 (58.59% from 255) = 42.57%

R = 55.14%
G = 2.29%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C10895 (or 0xC10895) is known color: Medium Violet Red. HEX triplet: C1, 08 and 95. RGB value is (193,8,149). Sum of RGB (Red+Green+Blue) = 193+8+149=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C10895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10895 is #3EF76A. Grayscale: #4F4F4F. Windows color (decimal): -4126571 or 9767105. OLE color: 9767105.

HSL color Cylindrical-coordinate representation of color #C10895: hue angle of 314.27º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10895 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 8 149 -
CMYK 0 0.96 0.23 0.24
HSL 314.27º 0.92% 0.39% -
HSV(B) 314.27º 0.96% 0.76% -
XYZ 27.5 13.68 29.62 -
YUV 79.39 167.29 209.04 -
System Red Green Blue C M Y K H S L
Decimal 193 8 149 0 0.96 0.23 0.24 314.27 0.92 0.39
Hex C1 8 95 0 60 17 18 13A 5C 27
Octal 301 10 225 0 140 27 30 472 134 47
Binary 11000001 1000 10010101 0 1100000 10111 11000 100111010 1011100 100111

Color Harmonies of #C10895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10895

Black with #C10895

Text Example


Text Example

White with #C10895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10895; }

 p { color: rgb(193,8,149); }

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

background-color css

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

 a { background-color: rgb(193,8,149); }

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

border-color css

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

 span { border-color: rgb(193,8,149); }

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