#C01AC7

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

Shades of Deep Magenta #C01AC7

Tints of Deep Magenta #C01AC7

Color information

#C01AC7 (or 0xC01AC7) is unknown color: approx Deep Magenta. HEX triplet: C0, 1A and C7. RGB value is (192,26,199). Sum of RGB (Red+Green+Blue) = 192+26+199=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 26 (10.55% from 255 or 6.24% from 417); Blue value is 199 (78.12% from 255 or 47.72% from 417); Max value from RGB is 199 - color contains mainly: blue. Hex color #C01AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01AC7 is #3FE538. Grayscale: #5E5E5E. Windows color (decimal): -4187449 or 13048512. OLE color: 13048512.

HSL color Cylindrical-coordinate representation of color #C01AC7: hue angle of 297.57º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01AC7 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19226199-
CMYK0.040.8700.22
HSL297.57º76.89%44.12%-
HSV(B)297.57º86.93%78.04%-
XYZ32.4216.0755.43-
YUV95.36186.5196.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.04%
GREEN value IS 26 (10.55% from 255) = 6.24%
BLUE value IS 199 (78.12% from 255) = 47.72%
R=46.04%
G=6.24%
B=47.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal192261990.040.8700.22297.5776.8944.12
HexC01AC745701612a4d2c
Octal30032307412702645211554
Binary11000000110101100011110010101110101101001010101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01AC7; }

 p { color: rgb(192,26,199); }

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

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

 a { background-color: rgb(192,26,199); }

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

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

 span { border-color: rgb(192,26,199); }

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