Html Css Color HEX #C0058D Medium Violet Red

📋 copy color: '#C0058D'

red 192 ◦ green 5 ◦ blue 141

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

Shades of Medium Violet Red #C0058D

Tints of Medium Violet Red #C0058D

RGB

 RED value IS 192 (75.39% from 255) = 56.8%

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

 BLUE value IS 141 (55.47% from 255) = 41.72%

R = 56.8%
G = 1.48%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0058D (or 0xC0058D) is known color: Medium Violet Red. HEX triplet: C0, 05 and 8D. RGB value is (192,5,141). Sum of RGB (Red+Green+Blue) = 192+5+141=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C0058D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0058D is #3FFA72. Grayscale: #4C4C4C. Windows color (decimal): -4192883 or 9242048. OLE color: 9242048.

HSL color Cylindrical-coordinate representation of color #C0058D: hue angle of 316.36º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0058D is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 5 141 -
CMYK 0 0.97 0.27 0.25
HSL 316.36º 0.95% 0.39% -
HSV(B) 316.36º 0.97% 0.75% -
XYZ 26.6 13.24 26.35 -
YUV 76.42 164.45 210.44 -
System Red Green Blue C M Y K H S L
Decimal 192 5 141 0 0.97 0.27 0.25 316.36 0.95 0.39
Hex C0 5 8D 0 61 1B 19 13C 5F 27
Octal 300 5 215 0 141 33 31 474 137 47
Binary 11000000 101 10001101 0 1100001 11011 11001 100111100 1011111 100111

Color Harmonies of #C0058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0058D

Black with #C0058D

Text Example


Text Example

White with #C0058D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0058D; }

 p { color: rgb(192,5,141); }

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

background-color css

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

 a { background-color: rgb(192,5,141); }

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

border-color css

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

 span { border-color: rgb(192,5,141); }

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