#C8007B

Color #C8007B Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C8007B

Tints of Medium Violet Red #C8007B

Color information

#C8007B (or 0xC8007B) is unknown color: approx Medium Violet Red. HEX triplet: C8, 00 and 7B. RGB value is (200,0,123). Sum of RGB (Red+Green+Blue) = 200+0+123=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C8007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8007B is #37FF84. Grayscale: #494949. Windows color (decimal): -3669893 or 8061128. OLE color: 8061128.

HSL color Cylindrical-coordinate representation of color #C8007B: hue angle of 323.1º 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 #C8007B is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB2000123-
CMYK010.380.22
HSL323.1º100%39.22%-
HSV(B)323.1º100%78.43%-
XYZ27.3913.7119.94-
YUV73.82155.76218-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 61.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 123 (48.44% from 255) = 38.08%
R=61.92%
G=0%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2000123010.380.22323.110039.22
HexC807B06426161436427
Octal31001730144462650314447
Binary110010000111101101100100100110101101010000111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8007B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8007B; }

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

 H1.HeaderClassName
 {
   color: #C8007B;
 }
 .AnyTagClassName
 {
   color: #C8007B;
 }
</style>
background-color css

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

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

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

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

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

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