Html Css Color HEX #C10486 Medium Violet Red

📋 copy color: '#C10486'

red 193 ◦ green 4 ◦ blue 134

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

Shades of Medium Violet Red #C10486

Tints of Medium Violet Red #C10486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.21%

 BLUE value IS 134 (52.73% from 255) = 40.48%

R = 58.31%
G = 1.21%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C10486 (or 0xC10486) is known color: Medium Violet Red. HEX triplet: C1, 04 and 86. RGB value is (193,4,134). Sum of RGB (Red+Green+Blue) = 193+4+134=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C10486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10486 is #3EFB79. Grayscale: #4B4B4B. Windows color (decimal): -4127610 or 8783041. OLE color: 8783041.

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

Color convert

RGB 193 4 134 -
CMYK 0 0.98 0.31 0.24
HSL 318.73º 0.96% 0.39% -
HSV(B) 318.73º 0.98% 0.76% -
XYZ 26.34 13.15 23.7 -
YUV 75.33 161.12 211.93 -
System Red Green Blue C M Y K H S L
Decimal 193 4 134 0 0.98 0.31 0.24 318.73 0.96 0.39
Hex C1 4 86 0 62 1F 18 13F 60 27
Octal 301 4 206 0 142 37 30 477 140 47
Binary 11000001 100 10000110 0 1100010 11111 11000 100111111 1100000 100111

Color Harmonies of #C10486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10486

Black with #C10486

Text Example


Text Example

White with #C10486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10486; }

 p { color: rgb(193,4,134); }

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

background-color css

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

 a { background-color: rgb(193,4,134); }

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

border-color css

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

 span { border-color: rgb(193,4,134); }

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