Html Css Color HEX #C1058C Medium Violet Red

📋 copy color: '#C1058C'

red 193 ◦ green 5 ◦ blue 140

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

Shades of Medium Violet Red #C1058C

Tints of Medium Violet Red #C1058C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.42%

R = 57.1%
G = 1.48%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C1058C (or 0xC1058C) is known color: Medium Violet Red. HEX triplet: C1, 05 and 8C. RGB value is (193,5,140). Sum of RGB (Red+Green+Blue) = 193+5+140=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C1058C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1058C is #3EFA73. Grayscale: #4C4C4C. Windows color (decimal): -4127348 or 9176513. OLE color: 9176513.

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

Color convert

RGB 193 5 140 -
CMYK 0 0.97 0.27 0.24
HSL 316.91º 0.95% 0.39% -
HSV(B) 316.91º 0.97% 0.76% -
XYZ 26.78 13.34 25.97 -
YUV 76.6 163.78 211.02 -
System Red Green Blue C M Y K H S L
Decimal 193 5 140 0 0.97 0.27 0.24 316.91 0.95 0.39
Hex C1 5 8C 0 61 1B 18 13D 5F 27
Octal 301 5 214 0 141 33 30 475 137 47
Binary 11000001 101 10001100 0 1100001 11011 11000 100111101 1011111 100111

Color Harmonies of #C1058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1058C

Black with #C1058C

Text Example


Text Example

White with #C1058C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1058C; }

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

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

background-color css

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

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

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

border-color css

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

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

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