#C61CCA

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

Shades of Deep Magenta #C61CCA

Tints of Deep Magenta #C61CCA

Color information

#C61CCA (or 0xC61CCA) is unknown color: approx Deep Magenta. HEX triplet: C6, 1C and CA. RGB value is (198,28,202). Sum of RGB (Red+Green+Blue) = 198+28+202=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #C61CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61CCA is #39E335. Grayscale: #626262. Windows color (decimal): -3793718 or 13245638. OLE color: 13245638.

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

Color convert

RGB19828202-
CMYK0.020.8600.21
HSL298.62º75.65%45.1%-
HSV(B)298.62º86.14%79.22%-
XYZ34.3617.157.37-
YUV98.67186.32198.85-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.26%
GREEN value IS 28 (11.33% from 255) = 6.54%
BLUE value IS 202 (79.30% from 255) = 47.20%
R=46.26%
G=6.54%
B=47.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal198282020.020.8600.21298.6275.6545.1
HexC61CCA25601512b4c2d
Octal30634312212602545311455
Binary1100011011100110010101010101100101011001010111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61CCA; }

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

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

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

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

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

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

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

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