#C6278F

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

Shades of Medium Red Violet #C6278F

Tints of Medium Red Violet #C6278F

Color information

#C6278F (or 0xC6278F) is unknown color: approx Medium Red Violet. HEX triplet: C6, 27 and 8F. RGB value is (198,39,143). Sum of RGB (Red+Green+Blue) = 198+39+143=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C6278F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6278F is #39D870. Grayscale: #626262. Windows color (decimal): -3790961 or 9381830. OLE color: 9381830.

HSL color Cylindrical-coordinate representation of color #C6278F: hue angle of 320.75º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6278F is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB19839143-
CMYK00.800.280.22
HSL320.75º67.09%46.47%-
HSV(B)320.75º80.3%77.65%-
XYZ28.9715.4427.44-
YUV98.4153.18199.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.11%
GREEN value IS 39 (15.62% from 255) = 10.26%
BLUE value IS 143 (56.25% from 255) = 37.63%
R=52.11%
G=10.26%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1983914300.800.280.22320.7567.0946.47
HexC6278F0501C16141432e
Octal306472170120342650110356
Binary11000110100111100011110101000011100101101010000011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6278F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6278F; }

 p { color: rgb(198,39,143); }

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

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

 a { background-color: rgb(198,39,143); }

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

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

 span { border-color: rgb(198,39,143); }

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