Html Css Color HEX #C0058C Medium Violet Red

📋 copy color: '#C0058C'

red 192 ◦ green 5 ◦ blue 140

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

Shades of Medium Violet Red #C0058C

Tints of Medium Violet Red #C0058C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.54%

R = 56.97%
G = 1.48%
B = 41.54%

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

#C0058C (or 0xC0058C) is known color: Medium Violet Red. HEX triplet: C0, 05 and 8C. RGB value is (192,5,140). Sum of RGB (Red+Green+Blue) = 192+5+140=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0058C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0058C is #3FFA73. Grayscale: #4B4B4B. Windows color (decimal): -4192884 or 9176512. OLE color: 9176512.

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

Color convert

RGB 192 5 140 -
CMYK 0 0.97 0.27 0.25
HSL 316.68º 0.95% 0.39% -
HSV(B) 316.68º 0.97% 0.75% -
XYZ 26.53 13.21 25.96 -
YUV 76.3 163.95 210.52 -
System Red Green Blue C M Y K H S L
Decimal 192 5 140 0 0.97 0.27 0.25 316.68 0.95 0.39
Hex C0 5 8C 0 61 1B 19 13D 5F 27
Octal 300 5 214 0 141 33 31 475 137 47
Binary 11000000 101 10001100 0 1100001 11011 11001 100111101 1011111 100111

Color Harmonies of #C0058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0058C

Black with #C0058C

Text Example


Text Example

White with #C0058C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0058C; }

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

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

background-color css

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

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

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

border-color css

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

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

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