Html Css Color HEX #C1059F Medium Violet Red

📋 copy color: '#C1059F'

red 193 ◦ green 5 ◦ blue 159

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

Shades of Medium Violet Red #C1059F

Tints of Medium Violet Red #C1059F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.54%

R = 54.06%
G = 1.4%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C1059F (or 0xC1059F) is known color: Medium Violet Red. HEX triplet: C1, 05 and 9F. RGB value is (193,5,159). Sum of RGB (Red+Green+Blue) = 193+5+159=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C1059F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1059F is #3EFA60. Grayscale: #4E4E4E. Windows color (decimal): -4127329 or 10421697. OLE color: 10421697.

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

Color convert

RGB 193 5 159 -
CMYK 0 0.97 0.18 0.24
HSL 310.85º 0.95% 0.39% -
HSV(B) 310.85º 0.97% 0.76% -
XYZ 28.3 13.95 34 -
YUV 78.77 173.28 209.48 -
System Red Green Blue C M Y K H S L
Decimal 193 5 159 0 0.97 0.18 0.24 310.85 0.95 0.39
Hex C1 5 9F 0 61 12 18 137 5F 27
Octal 301 5 237 0 141 22 30 467 137 47
Binary 11000001 101 10011111 0 1100001 10010 11000 100110111 1011111 100111

Color Harmonies of #C1059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1059F

Black with #C1059F

Text Example


Text Example

White with #C1059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1059F; }

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

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

background-color css

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

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

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

border-color css

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

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

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