Html Css Color HEX #C80072 Medium Violet Red

📋 copy color: '#C80072'

red 200 ◦ green 0 ◦ blue 114

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

Shades of Medium Violet Red #C80072

Tints of Medium Violet Red #C80072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.69%
G = 0%
B = 36.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C80072 (or 0xC80072) is known color: Medium Violet Red. HEX triplet: C8, 00 and 72. RGB value is (200,0,114). Sum of RGB (Red+Green+Blue) = 200+0+114=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C80072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80072 is #37FF8D. Grayscale: #484848. Windows color (decimal): -3669902 or 7471304. OLE color: 7471304.

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

Color convert

RGB 200 0 114 -
CMYK 0 1 0.43 0.22
HSL 325.8º 1% 0.39% -
HSV(B) 325.8º 1% 0.78% -
XYZ 26.86 13.49 17.11 -
YUV 72.8 151.26 218.73 -
System Red Green Blue C M Y K H S L
Decimal 200 0 114 0 1 0.43 0.22 325.8 1 0.39
Hex C8 0 72 0 64 2B 16 146 64 27
Octal 310 0 162 0 144 53 26 506 144 47
Binary 11001000 0 1110010 0 1100100 101011 10110 101000110 1100100 100111

Color Harmonies of #C80072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80072

Black with #C80072

Text Example


Text Example

White with #C80072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80072; }

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

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

background-color css

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

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

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

border-color css

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

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

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