Html Css Color HEX #C0057A Medium Violet Red

📋 copy color: '#C0057A'

red 192 ◦ green 5 ◦ blue 122

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

Shades of Medium Violet Red #C0057A

Tints of Medium Violet Red #C0057A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.24%

R = 60.19%
G = 1.57%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0057A (or 0xC0057A) is known color: Medium Violet Red. HEX triplet: C0, 05 and 7A. RGB value is (192,5,122). Sum of RGB (Red+Green+Blue) = 192+5+122=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C0057A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0057A is #3FFA85. Grayscale: #494949. Windows color (decimal): -4192902 or 7996864. OLE color: 7996864.

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

Color convert

RGB 192 5 122 -
CMYK 0 0.97 0.36 0.25
HSL 322.46º 0.95% 0.39% -
HSV(B) 322.46º 0.97% 0.75% -
XYZ 25.31 12.72 19.53 -
YUV 74.25 154.95 211.99 -
System Red Green Blue C M Y K H S L
Decimal 192 5 122 0 0.97 0.36 0.25 322.46 0.95 0.39
Hex C0 5 7A 0 61 24 19 142 5F 27
Octal 300 5 172 0 141 44 31 502 137 47
Binary 11000000 101 1111010 0 1100001 100100 11001 101000010 1011111 100111

Color Harmonies of #C0057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0057A

Black with #C0057A

Text Example


Text Example

White with #C0057A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0057A; }

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

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

background-color css

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

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

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

border-color css

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

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

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