Html Css Color HEX #C1057F Medium Violet Red

📋 copy color: '#C1057F'

red 193 ◦ green 5 ◦ blue 127

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

Shades of Medium Violet Red #C1057F

Tints of Medium Violet Red #C1057F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.08%

R = 59.38%
G = 1.54%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1057F (or 0xC1057F) is known color: Medium Violet Red. HEX triplet: C1, 05 and 7F. RGB value is (193,5,127). Sum of RGB (Red+Green+Blue) = 193+5+127=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C1057F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1057F is #3EFA80. Grayscale: #4A4A4A. Windows color (decimal): -4127361 or 8324545. OLE color: 8324545.

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

Color convert

RGB 193 5 127 -
CMYK 0 0.97 0.34 0.24
HSL 321.06º 0.95% 0.39% -
HSV(B) 321.06º 0.97% 0.76% -
XYZ 25.88 12.98 21.22 -
YUV 75.12 157.28 212.08 -
System Red Green Blue C M Y K H S L
Decimal 193 5 127 0 0.97 0.34 0.24 321.06 0.95 0.39
Hex C1 5 7F 0 61 22 18 141 5F 27
Octal 301 5 177 0 141 42 30 501 137 47
Binary 11000001 101 1111111 0 1100001 100010 11000 101000001 1011111 100111

Color Harmonies of #C1057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1057F

Black with #C1057F

Text Example


Text Example

White with #C1057F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1057F; }

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

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

background-color css

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

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

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

border-color css

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

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

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