#af0cc1

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

Shades of Deep Magenta #AF0CC1

Tints of Deep Magenta #AF0CC1

Color information

#AF0CC1 (or 0xAF0CC1) is unknown color: approx Deep Magenta. HEX triplet: AF, 0C and C1. RGB value is (175,12,193). Sum of RGB (Red+Green+Blue) = 175+12+193=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF0CC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0CC1 is #50F33E. Grayscale: #505050. Windows color (decimal): -5305151 or 12651695. OLE color: 12651695.

HSL color Cylindrical-coordinate representation of color #AF0CC1: hue angle of 294.03º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0CC1 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17512193-
CMYK0.090.9400.24
HSL294.03º88.29%40.2%-
HSV(B)294.03º93.78%75.69%-
XYZ27.4413.2351.56-
YUV81.37191194.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.05%
GREEN value IS 12 (5.08% from 255) = 3.16%
BLUE value IS 193 (75.78% from 255) = 50.79%
R=46.05%
G=3.16%
B=50.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175121930.090.9400.24294.0388.2940.2
HexAFCC195E0181265828
Octal257143011113603044613050
Binary10101111110011000001100110111100110001001001101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af0cc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af0cc1; }

 p { color: rgb(175,12,193); }

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

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

 a { background-color: rgb(175,12,193); }

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

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

 span { border-color: rgb(175,12,193); }

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