#C102AF

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

Shades of Deep Magenta #C102AF

Tints of Deep Magenta #C102AF

Color information

#C102AF (or 0xC102AF) is unknown color: approx Deep Magenta. HEX triplet: C1, 02 and AF. RGB value is (193,2,175). Sum of RGB (Red+Green+Blue) = 193+2+175=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C102AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C102AF is #3EFD50. Grayscale: #4E4E4E. Windows color (decimal): -4128081 or 11469505. OLE color: 11469505.

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

Color convert

RGB1932175-
CMYK00.990.090.24
HSL305.65º97.95%38.24%-
HSV(B)305.65º98.96%75.69%-
XYZ29.7514.4841.78-
YUV78.83182.28209.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.16%
GREEN value IS 2 (1.17% from 255) = 0.54%
BLUE value IS 175 (68.75% from 255) = 47.30%
R=52.16%
G=0.54%
B=47.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193217500.990.090.24305.6597.9538.24
HexC12AF0639181326226
Octal30122570143113046214246
Binary110000011010101111011000111001110001001100101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C102AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C102AF; }

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

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

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

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

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

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

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

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