#C410CC

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

Shades of Deep Magenta #C410CC

Tints of Deep Magenta #C410CC

Color information

#C410CC (or 0xC410CC) is unknown color: approx Deep Magenta. HEX triplet: C4, 10 and CC. RGB value is (196,16,204). Sum of RGB (Red+Green+Blue) = 196+16+204=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #C410CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C410CC is #3BEF33. Grayscale: #5A5A5A. Windows color (decimal): -3927860 or 13373636. OLE color: 13373636.

HSL color Cylindrical-coordinate representation of color #C410CC: hue angle of 297.45º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C410CC is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19616204-
CMYK0.040.9200.2
HSL297.45º85.45%43.14%-
HSV(B)297.45º92.16%80%-
XYZ33.8516.4758.52-
YUV91.25191.63202.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.12%
GREEN value IS 16 (6.64% from 255) = 3.85%
BLUE value IS 204 (80.08% from 255) = 49.04%
R=47.12%
G=3.85%
B=49.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal196162040.040.9200.2297.4585.4543.14
HexC410CC45C014129552b
Octal30420314413402445112553
Binary11000100100001100110010010111000101001001010011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C410CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C410CC; }

 p { color: rgb(196,16,204); }

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

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

 a { background-color: rgb(196,16,204); }

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

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

 span { border-color: rgb(196,16,204); }

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