Html Css Color HEX #C1058A Medium Violet Red

📋 copy color: '#C1058A'

red 193 ◦ green 5 ◦ blue 138

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

Shades of Medium Violet Red #C1058A

Tints of Medium Violet Red #C1058A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.07%

R = 57.44%
G = 1.49%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1058A (or 0xC1058A) is known color: Medium Violet Red. HEX triplet: C1, 05 and 8A. RGB value is (193,5,138). Sum of RGB (Red+Green+Blue) = 193+5+138=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C1058A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1058A is #3EFA75. Grayscale: #4C4C4C. Windows color (decimal): -4127350 or 9045441. OLE color: 9045441.

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

Color convert

RGB 193 5 138 -
CMYK 0 0.97 0.28 0.24
HSL 317.55º 0.95% 0.39% -
HSV(B) 317.55º 0.97% 0.76% -
XYZ 26.63 13.28 25.2 -
YUV 76.37 162.78 211.19 -
System Red Green Blue C M Y K H S L
Decimal 193 5 138 0 0.97 0.28 0.24 317.55 0.95 0.39
Hex C1 5 8A 0 61 1C 18 13E 5F 27
Octal 301 5 212 0 141 34 30 476 137 47
Binary 11000001 101 10001010 0 1100001 11100 11000 100111110 1011111 100111

Color Harmonies of #C1058A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1058A

Black with #C1058A

Text Example


Text Example

White with #C1058A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1058A; }

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

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

background-color css

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

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

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

border-color css

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

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

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