Html Css Color HEX #C5058B Medium Violet Red

📋 copy color: '#C5058B'

red 197 ◦ green 5 ◦ blue 139

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

Shades of Medium Violet Red #C5058B

Tints of Medium Violet Red #C5058B

RGB

 RED value IS 197 (77.34% from 255) = 57.77%

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

 BLUE value IS 139 (54.69% from 255) = 40.76%

R = 57.77%
G = 1.47%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5058B (or 0xC5058B) is known color: Medium Violet Red. HEX triplet: C5, 05 and 8B. RGB value is (197,5,139). Sum of RGB (Red+Green+Blue) = 197+5+139=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5058B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5058B is #3AFA74. Grayscale: #4D4D4D. Windows color (decimal): -3865205 or 9110981. OLE color: 9110981.

HSL color Cylindrical-coordinate representation of color #C5058B: hue angle of 318.12º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5058B is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 5 139 -
CMYK 0 0.97 0.29 0.23
HSL 318.13º 0.95% 0.4% -
HSV(B) 318.13º 0.97% 0.77% -
XYZ 27.74 13.84 25.64 -
YUV 77.68 162.61 213.1 -
System Red Green Blue C M Y K H S L
Decimal 197 5 139 0 0.97 0.29 0.23 318.13 0.95 0.4
Hex C5 5 8B 0 61 1D 17 13E 5F 28
Octal 305 5 213 0 141 35 27 476 137 50
Binary 11000101 101 10001011 0 1100001 11101 10111 100111110 1011111 101000

Color Harmonies of #C5058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5058B

Black with #C5058B

Text Example


Text Example

White with #C5058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5058B; }

 p { color: rgb(197,5,139); }

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

background-color css

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

 a { background-color: rgb(197,5,139); }

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

border-color css

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

 span { border-color: rgb(197,5,139); }

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