#C620CA

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

Shades of Deep Magenta #C620CA

Tints of Deep Magenta #C620CA

Color information

#C620CA (or 0xC620CA) is unknown color: approx Deep Magenta. HEX triplet: C6, 20 and CA. RGB value is (198,32,202). Sum of RGB (Red+Green+Blue) = 198+32+202=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 32 (12.89% from 255 or 7.41% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #C620CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C620CA is #39DF35. Grayscale: #646464. Windows color (decimal): -3792694 or 13246662. OLE color: 13246662.

HSL color Cylindrical-coordinate representation of color #C620CA: hue angle of 298.59º degrees, saturation: 0.73, 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 #C620CA is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19832202-
CMYK0.020.8400.21
HSL298.59º72.65%45.88%-
HSV(B)298.59º84.16%79.22%-
XYZ34.4717.357.4-
YUV101.01185197.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.83%
GREEN value IS 32 (12.89% from 255) = 7.41%
BLUE value IS 202 (79.30% from 255) = 46.76%
R=45.83%
G=7.41%
B=46.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal198322020.020.8400.21298.5972.6545.88
HexC620CA25401512b492e
Octal30640312212402545311156
Binary11000110100000110010101010101000101011001010111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C620CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C620CA; }

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

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

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

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

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

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

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

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