#C027DA

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

Shades of Deep Magenta #C027DA

Tints of Deep Magenta #C027DA

Color information

#C027DA (or 0xC027DA) is unknown color: approx Deep Magenta. HEX triplet: C0, 27 and DA. RGB value is (192,39,218). Sum of RGB (Red+Green+Blue) = 192+39+218=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 39 (15.62% from 255 or 8.69% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #C027DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C027DA is #3FD825. Grayscale: #686868. Windows color (decimal): -4184102 or 14297024. OLE color: 14297024.

HSL color Cylindrical-coordinate representation of color #C027DA: hue angle of 291.28º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C027DA is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19239218-
CMYK0.120.8200.15
HSL291.28º70.75%50.39%-
HSV(B)291.28º82.11%85.49%-
XYZ35.1217.7267.9-
YUV105.15191.69189.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.76%
GREEN value IS 39 (15.62% from 255) = 8.69%
BLUE value IS 218 (85.55% from 255) = 48.55%
R=42.76%
G=8.69%
B=48.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal192392180.120.8200.15291.2870.7550.39
HexC027DAC520F1234732
Octal300473321412201744310762
Binary110000001001111101101011001010010011111001000111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C027DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C027DA; }

 p { color: rgb(192,39,218); }

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

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

 a { background-color: rgb(192,39,218); }

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

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

 span { border-color: rgb(192,39,218); }

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