#C8026B

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

Shades of Medium Violet Red #C8026B

Tints of Medium Violet Red #C8026B

Color information

#C8026B (or 0xC8026B) is unknown color: approx Medium Violet Red. HEX triplet: C8, 02 and 6B. RGB value is (200,2,107). Sum of RGB (Red+Green+Blue) = 200+2+107=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C8026B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8026B is #37FD94. Grayscale: #484848. Windows color (decimal): -3669397 or 7013064. OLE color: 7013064.

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

Color convert

RGB2002107-
CMYK00.990.460.22
HSL328.18º98.02%39.61%-
HSV(B)328.18º99%78.43%-
XYZ26.4913.3815.1-
YUV73.17147.1218.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 64.72%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 107 (42.19% from 255) = 34.63%
R=64.72%
G=0.65%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200210700.990.460.22328.1898.0239.61
HexC826B0632E161486228
Octal31021530143562651014250
Binary1100100010110101101100011101110101101010010001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8026B; }

 p { color: rgb(200,2,107); }

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

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

 a { background-color: rgb(200,2,107); }

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

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

 span { border-color: rgb(200,2,107); }

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