#C61EC2

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

Shades of Deep Magenta #C61EC2

Tints of Deep Magenta #C61EC2

Color information

#C61EC2 (or 0xC61EC2) is unknown color: approx Deep Magenta. HEX triplet: C6, 1E and C2. RGB value is (198,30,194). Sum of RGB (Red+Green+Blue) = 198+30+194=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 30 (12.11% from 255 or 7.11% from 422); Blue value is 194 (76.17% from 255 or 45.97% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C61EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61EC2 is #39E13D. Grayscale: #626262. Windows color (decimal): -3793214 or 12721862. OLE color: 12721862.

HSL color Cylindrical-coordinate representation of color #C61EC2: hue angle of 301.43º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61EC2 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB19830194-
CMYK00.850.020.22
HSL301.43º73.68%44.71%-
HSV(B)301.43º84.85%77.65%-
XYZ33.4916.8352.52-
YUV98.93181.66198.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.92%
GREEN value IS 30 (12.11% from 255) = 7.11%
BLUE value IS 194 (76.17% from 255) = 45.97%
R=46.92%
G=7.11%
B=45.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1983019400.850.020.22301.4373.6844.71
HexC61EC205521612d4a2d
Octal30636302012522645511255
Binary1100011011110110000100101010110101101001011011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61EC2; }

 p { color: rgb(198,30,194); }

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

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

 a { background-color: rgb(198,30,194); }

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

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

 span { border-color: rgb(198,30,194); }

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