Html Css Color HEX #C80572 Medium Violet Red

📋 copy color: '#C80572'

red 200 ◦ green 5 ◦ blue 114

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

Shades of Medium Violet Red #C80572

Tints of Medium Violet Red #C80572

RGB

 RED value IS 200 (78.52% from 255) = 62.7%

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

 BLUE value IS 114 (44.92% from 255) = 35.74%

R = 62.7%
G = 1.57%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C80572 (or 0xC80572) is known color: Medium Violet Red. HEX triplet: C8, 05 and 72. RGB value is (200,5,114). Sum of RGB (Red+Green+Blue) = 200+5+114=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C80572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80572 is #37FA8D. Grayscale: #4B4B4B. Windows color (decimal): -3668622 or 7472584. OLE color: 7472584.

HSL color Cylindrical-coordinate representation of color #C80572: hue angle of 326.46º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C80572 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 5 114 -
CMYK 0 0.98 0.43 0.22
HSL 326.46º 0.95% 0.4% -
HSV(B) 326.46º 0.98% 0.78% -
XYZ 26.91 13.6 17.13 -
YUV 75.73 149.6 216.64 -
System Red Green Blue C M Y K H S L
Decimal 200 5 114 0 0.98 0.43 0.22 326.46 0.95 0.4
Hex C8 5 72 0 62 2B 16 146 5F 28
Octal 310 5 162 0 142 53 26 506 137 50
Binary 11001000 101 1110010 0 1100010 101011 10110 101000110 1011111 101000

Color Harmonies of #C80572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80572

Black with #C80572

Text Example


Text Example

White with #C80572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80572; }

 p { color: rgb(200,5,114); }

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

background-color css

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

 a { background-color: rgb(200,5,114); }

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

border-color css

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

 span { border-color: rgb(200,5,114); }

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