Html Css Color HEX #C0058A Medium Violet Red

📋 copy color: '#C0058A'

red 192 ◦ green 5 ◦ blue 138

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

Shades of Medium Violet Red #C0058A

Tints of Medium Violet Red #C0058A

RGB

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

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

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

R = 57.31%
G = 1.49%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0058A (or 0xC0058A) is known color: Medium Violet Red. HEX triplet: C0, 05 and 8A. RGB value is (192,5,138). Sum of RGB (Red+Green+Blue) = 192+5+138=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C0058A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0058A is #3FFA75. Grayscale: #4B4B4B. Windows color (decimal): -4192886 or 9045440. OLE color: 9045440.

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

Color convert

RGB 192 5 138 -
CMYK 0 0.97 0.28 0.25
HSL 317.33º 0.95% 0.39% -
HSV(B) 317.33º 0.97% 0.75% -
XYZ 26.38 13.15 25.19 -
YUV 76.08 162.95 210.69 -
System Red Green Blue C M Y K H S L
Decimal 192 5 138 0 0.97 0.28 0.25 317.33 0.95 0.39
Hex C0 5 8A 0 61 1C 19 13D 5F 27
Octal 300 5 212 0 141 34 31 475 137 47
Binary 11000000 101 10001010 0 1100001 11100 11001 100111101 1011111 100111

Color Harmonies of #C0058A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0058A

Black with #C0058A

Text Example


Text Example

White with #C0058A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0058A; }

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

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

background-color css

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

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

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

border-color css

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

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

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