Html Css Color HEX #C1058E Medium Violet Red

📋 copy color: '#C1058E'

red 193 ◦ green 5 ◦ blue 142

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

Shades of Medium Violet Red #C1058E

Tints of Medium Violet Red #C1058E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.47%

 BLUE value IS 142 (55.86% from 255) = 41.76%

R = 56.76%
G = 1.47%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1058E (or 0xC1058E) is known color: Medium Violet Red. HEX triplet: C1, 05 and 8E. RGB value is (193,5,142). Sum of RGB (Red+Green+Blue) = 193+5+142=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C1058E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1058E is #3EFA71. Grayscale: #4C4C4C. Windows color (decimal): -4127346 or 9307585. OLE color: 9307585.

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

Color convert

RGB 193 5 142 -
CMYK 0 0.97 0.26 0.24
HSL 316.28º 0.95% 0.39% -
HSV(B) 316.28º 0.97% 0.76% -
XYZ 26.93 13.4 26.76 -
YUV 76.83 164.78 210.86 -
System Red Green Blue C M Y K H S L
Decimal 193 5 142 0 0.97 0.26 0.24 316.28 0.95 0.39
Hex C1 5 8E 0 61 1A 18 13C 5F 27
Octal 301 5 216 0 141 32 30 474 137 47
Binary 11000001 101 10001110 0 1100001 11010 11000 100111100 1011111 100111

Color Harmonies of #C1058E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1058E

Black with #C1058E

Text Example


Text Example

White with #C1058E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1058E; }

 p { color: rgb(193,5,142); }

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

background-color css

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

 a { background-color: rgb(193,5,142); }

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

border-color css

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

 span { border-color: rgb(193,5,142); }

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