#C61ACA

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

Shades of Deep Magenta #C61ACA

Tints of Deep Magenta #C61ACA

Color information

#C61ACA (or 0xC61ACA) is unknown color: approx Deep Magenta. HEX triplet: C6, 1A and CA. RGB value is (198,26,202). Sum of RGB (Red+Green+Blue) = 198+26+202=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 26 (10.55% from 255 or 6.10% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #C61ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61ACA is #39E535. Grayscale: #606060. Windows color (decimal): -3794230 or 13245126. OLE color: 13245126.

HSL color Cylindrical-coordinate representation of color #C61ACA: hue angle of 298.64º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61ACA is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19826202-
CMYK0.020.8700.21
HSL298.64º77.19%44.71%-
HSV(B)298.64º87.13%79.22%-
XYZ34.3217.0157.35-
YUV97.49186.98199.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.48%
GREEN value IS 26 (10.55% from 255) = 6.10%
BLUE value IS 202 (79.30% from 255) = 47.42%
R=46.48%
G=6.10%
B=47.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal198262020.020.8700.21298.6477.1944.71
HexC61ACA25701512b4d2d
Octal30632312212702545311555
Binary1100011011010110010101010101110101011001010111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61ACA; }

 p { color: rgb(198,26,202); }

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

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

 a { background-color: rgb(198,26,202); }

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

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

 span { border-color: rgb(198,26,202); }

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