#c528c6

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

Shades of Deep Magenta #C528C6

Tints of Deep Magenta #C528C6

Color information

#C528C6 (or 0xC528C6) is unknown color: approx Deep Magenta. HEX triplet: C5, 28 and C6. RGB value is (197,40,198). Sum of RGB (Red+Green+Blue) = 197+40+198=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 198 - color contains mainly: blue. Hex color #C528C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C528C6 is #3AD739. Grayscale: #686868. Windows color (decimal): -3856186 or 12986565. OLE color: 12986565.

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

Color convert

RGB19740198-
CMYK0.010.8000.22
HSL299.62º66.39%46.67%-
HSV(B)299.62º79.8%77.65%-
XYZ33.9817.4755.01-
YUV104.96180.51193.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.29%
GREEN value IS 40 (16.02% from 255) = 9.20%
BLUE value IS 198 (77.73% from 255) = 45.52%
R=45.29%
G=9.20%
B=45.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal197401980.010.8000.22299.6266.3946.67
HexC528C615001612c422f
Octal30550306112002645410257
Binary1100010110100011000110110100000101101001011001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c528c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c528c6; }

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

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

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

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

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

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

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

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