Html Css Color HEX #C00580 Medium Violet Red

📋 copy color: '#C00580'

red 192 ◦ green 5 ◦ blue 128

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

Shades of Medium Violet Red #C00580

Tints of Medium Violet Red #C00580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 39.38%

R = 59.08%
G = 1.54%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C00580 (or 0xC00580) is known color: Medium Violet Red. HEX triplet: C0, 05 and 80. RGB value is (192,5,128). Sum of RGB (Red+Green+Blue) = 192+5+128=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C00580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00580 is #3FFA7F. Grayscale: #4A4A4A. Windows color (decimal): -4192896 or 8390080. OLE color: 8390080.

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

Color convert

RGB 192 5 128 -
CMYK 0 0.97 0.33 0.25
HSL 320.53º 0.95% 0.39% -
HSV(B) 320.53º 0.97% 0.75% -
XYZ 25.69 12.87 21.55 -
YUV 74.94 157.95 211.5 -
System Red Green Blue C M Y K H S L
Decimal 192 5 128 0 0.97 0.33 0.25 320.53 0.95 0.39
Hex C0 5 80 0 61 21 19 141 5F 27
Octal 300 5 200 0 141 41 31 501 137 47
Binary 11000000 101 10000000 0 1100001 100001 11001 101000001 1011111 100111

Color Harmonies of #C00580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00580

Black with #C00580

Text Example


Text Example

White with #C00580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00580; }

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

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

background-color css

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

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

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

border-color css

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

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

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