#C621C9

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

Shades of Deep Magenta #C621C9

Tints of Deep Magenta #C621C9

Color information

#C621C9 (or 0xC621C9) is unknown color: approx Deep Magenta. HEX triplet: C6, 21 and C9. RGB value is (198,33,201). Sum of RGB (Red+Green+Blue) = 198+33+201=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 201 (78.91% from 255 or 46.53% from 432); Max value from RGB is 201 - color contains mainly: blue. Hex color #C621C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C621C9 is #39DE36. Grayscale: #646464. Windows color (decimal): -3792439 or 13181382. OLE color: 13181382.

HSL color Cylindrical-coordinate representation of color #C621C9: hue angle of 298.93º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C621C9 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19833201-
CMYK0.010.8400.21
HSL298.93º71.79%45.88%-
HSV(B)298.93º83.58%78.82%-
XYZ34.3817.3156.79-
YUV101.49184.16196.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.83%
GREEN value IS 33 (13.28% from 255) = 7.64%
BLUE value IS 201 (78.91% from 255) = 46.53%
R=45.83%
G=7.64%
B=46.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal198332010.010.8400.21298.9371.7945.88
HexC621C915401512b482e
Octal30641311112402545311056
Binary1100011010000111001001110101000101011001010111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C621C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C621C9; }

 p { color: rgb(198,33,201); }

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

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

 a { background-color: rgb(198,33,201); }

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

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

 span { border-color: rgb(198,33,201); }

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