#C028CA

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

Shades of Deep Magenta #C028CA

Tints of Deep Magenta #C028CA

Color information

#C028CA (or 0xC028CA) is unknown color: approx Deep Magenta. HEX triplet: C0, 28 and CA. RGB value is (192,40,202). Sum of RGB (Red+Green+Blue) = 192+40+202=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #C028CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C028CA is #3FD735. Grayscale: #676767. Windows color (decimal): -4183862 or 13248704. OLE color: 13248704.

HSL color Cylindrical-coordinate representation of color #C028CA: hue angle of 296.3º 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 #C028CA is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19240202-
CMYK0.050.8000.21
HSL296.3º66.94%47.45%-
HSV(B)296.3º80.2%79.22%-
XYZ33.1616.9957.41-
YUV103.92183.36190.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.24%
GREEN value IS 40 (16.02% from 255) = 9.22%
BLUE value IS 202 (79.30% from 255) = 46.54%
R=44.24%
G=9.22%
B=46.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal192402020.050.8000.21296.366.9447.45
HexC028CA550015128432f
Octal30050312512002545010357
Binary110000001010001100101010110100000101011001010001000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C028CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C028CA; }

 p { color: rgb(192,40,202); }

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

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

 a { background-color: rgb(192,40,202); }

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

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

 span { border-color: rgb(192,40,202); }

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