#C128CA

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

Shades of Deep Magenta #C128CA

Tints of Deep Magenta #C128CA

Color information

#C128CA (or 0xC128CA) is unknown color: approx Deep Magenta. HEX triplet: C1, 28 and CA. RGB value is (193,40,202). Sum of RGB (Red+Green+Blue) = 193+40+202=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #C128CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C128CA is #3ED735. Grayscale: #676767. Windows color (decimal): -4118326 or 13248705. OLE color: 13248705.

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

Color convert

RGB19340202-
CMYK0.040.8000.21
HSL296.67º66.94%47.45%-
HSV(B)296.67º80.2%79.22%-
XYZ33.4117.1257.42-
YUV104.22183.19191.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.37%
GREEN value IS 40 (16.02% from 255) = 9.20%
BLUE value IS 202 (79.30% from 255) = 46.44%
R=44.37%
G=9.20%
B=46.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal193402020.040.8000.21296.6766.9447.45
HexC128CA450015129432f
Octal30150312412002545110357
Binary110000011010001100101010010100000101011001010011000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C128CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C128CA; }

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

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

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

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

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

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

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

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