#c928c6

Color #C928C6 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C928C6

Tints of Deep Magenta #C928C6

Color information

#C928C6 (or 0xC928C6) is unknown color: approx Deep Magenta. HEX triplet: C9, 28 and C6. RGB value is (201,40,198). Sum of RGB (Red+Green+Blue) = 201+40+198=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 40 (16.02% from 255 or 9.11% from 439); Blue value is 198 (77.73% from 255 or 45.10% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C928C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C928C6 is #36D739. Grayscale: #696969. Windows color (decimal): -3594042 or 12986569. OLE color: 12986569.

HSL color Cylindrical-coordinate representation of color #C928C6: hue angle of 301.12º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C928C6 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB20140198-
CMYK00.800.010.21
HSL301.12º66.8%47.25%-
HSV(B)301.12º80.1%78.82%-
XYZ35.0418.0155.06-
YUV106.15179.84195.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.79%
GREEN value IS 40 (16.02% from 255) = 9.11%
BLUE value IS 198 (77.73% from 255) = 45.10%
R=45.79%
G=9.11%
B=45.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2014019800.800.010.21301.1266.847.25
HexC928C605011512d432f
Octal31150306012012545510357
Binary1100100110100011000110010100001101011001011011000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c928c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c928c6; }

 p { color: rgb(201,40,198); }

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

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

 a { background-color: rgb(201,40,198); }

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

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

 span { border-color: rgb(201,40,198); }

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