#C6308C

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

Shades of Medium Red Violet #C6308C

Tints of Medium Red Violet #C6308C

Color information

#C6308C (or 0xC6308C) is unknown color: approx Medium Red Violet. HEX triplet: C6, 30 and 8C. RGB value is (198,48,140). Sum of RGB (Red+Green+Blue) = 198+48+140=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C6308C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6308C is #39CF73. Grayscale: #676767. Windows color (decimal): -3788660 or 9187526. OLE color: 9187526.

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

Color convert

RGB19848140-
CMYK00.760.290.22
HSL323.2º60.98%48.24%-
HSV(B)323.2º75.76%77.65%-
XYZ29.0816.0126.37-
YUV103.34148.7195.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.30%
GREEN value IS 48 (19.14% from 255) = 12.44%
BLUE value IS 140 (55.08% from 255) = 36.27%
R=51.30%
G=12.44%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984814000.760.290.22323.260.9848.24
HexC6308C04C1D161433d30
Octal30660214011435265037560
Binary1100011011000010001100010011001110110110101000011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6308C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6308C; }

 p { color: rgb(198,48,140); }

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

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

 a { background-color: rgb(198,48,140); }

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

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

 span { border-color: rgb(198,48,140); }

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