#c621b3

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

Shades of Deep Magenta #C621B3

Tints of Deep Magenta #C621B3

Color information

#C621B3 (or 0xC621B3) is unknown color: approx Deep Magenta. HEX triplet: C6, 21 and B3. RGB value is (198,33,179). Sum of RGB (Red+Green+Blue) = 198+33+179=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 33 (13.28% from 255 or 8.05% from 410); Blue value is 179 (70.31% from 255 or 43.66% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C621B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C621B3 is #39DE4C. Grayscale: #626262. Windows color (decimal): -3792461 or 11739590. OLE color: 11739590.

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

Color convert

RGB19833179-
CMYK00.830.100.22
HSL306.91º71.43%45.29%-
HSV(B)306.91º83.33%77.65%-
XYZ31.9716.3544.12-
YUV98.98173.16198.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.29%
GREEN value IS 33 (13.28% from 255) = 8.05%
BLUE value IS 179 (70.31% from 255) = 43.66%
R=48.29%
G=8.05%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1983317900.830.100.22306.9171.4345.29
HexC621B3053A16133472d
Octal306412630123122646310755
Binary1100011010000110110011010100111010101101001100111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c621b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c621b3; }

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

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

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

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

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

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

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

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