#C8278B

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

Shades of Medium Red Violet #C8278B

Tints of Medium Red Violet #C8278B

Color information

#C8278B (or 0xC8278B) is unknown color: approx Medium Red Violet. HEX triplet: C8, 27 and 8B. RGB value is (200,39,139). Sum of RGB (Red+Green+Blue) = 200+39+139=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C8278B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8278B is #37D874. Grayscale: #626262. Windows color (decimal): -3659893 or 9119688. OLE color: 9119688.

HSL color Cylindrical-coordinate representation of color #C8278B: hue angle of 322.73º degrees, saturation: 0.67, 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 #C8278B is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB20039139-
CMYK00.800.300.22
HSL322.73º67.36%46.86%-
HSV(B)322.73º80.5%78.43%-
XYZ29.2115.5925.9-
YUV98.54150.84200.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.91%
GREEN value IS 39 (15.62% from 255) = 10.32%
BLUE value IS 139 (54.69% from 255) = 36.77%
R=52.91%
G=10.32%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2003913900.800.300.22322.7367.3646.86
HexC8278B0501E16143432f
Octal310472130120362650310357
Binary11001000100111100010110101000011110101101010000111000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8278B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8278B; }

 p { color: rgb(200,39,139); }

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

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

 a { background-color: rgb(200,39,139); }

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

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

 span { border-color: rgb(200,39,139); }

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