#C8268E

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

Shades of Medium Violet Red #C8268E

Tints of Medium Violet Red #C8268E

Color information

#C8268E (or 0xC8268E) is unknown color: approx Medium Violet Red. HEX triplet: C8, 26 and 8E. RGB value is (200,38,142). Sum of RGB (Red+Green+Blue) = 200+38+142=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8268E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8268E is #37D971. Grayscale: #626262. Windows color (decimal): -3660146 or 9316040. OLE color: 9316040.

HSL color Cylindrical-coordinate representation of color #C8268E: hue angle of 321.48º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8268E is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB20038142-
CMYK00.810.290.22
HSL321.48º68.07%46.67%-
HSV(B)321.48º81%78.43%-
XYZ29.415.6227.06-
YUV98.29152.67200.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.63%
GREEN value IS 38 (15.23% from 255) = 10%
BLUE value IS 142 (55.86% from 255) = 37.37%
R=52.63%
G=10%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2003814200.810.290.22321.4868.0746.67
HexC8268E0511D16141442f
Octal310462160121352650110457
Binary11001000100110100011100101000111101101101010000011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8268E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8268E; }

 p { color: rgb(200,38,142); }

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

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

 a { background-color: rgb(200,38,142); }

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

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

 span { border-color: rgb(200,38,142); }

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