#C604C2

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

Shades of Deep Magenta #C604C2

Tints of Deep Magenta #C604C2

Color information

#C604C2 (or 0xC604C2) is unknown color: approx Deep Magenta. HEX triplet: C6, 04 and C2. RGB value is (198,4,194). Sum of RGB (Red+Green+Blue) = 198+4+194=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 194 (76.17% from 255 or 48.99% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C604C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C604C2 is #39FB3D. Grayscale: #535353. Windows color (decimal): -3799870 or 12715206. OLE color: 12715206.

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

Color convert

RGB1984194-
CMYK00.980.020.22
HSL301.24º96.04%39.61%-
HSV(B)301.24º97.98%77.65%-
XYZ33.0715.9952.38-
YUV83.67190.27209.55-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 1.01%
BLUE value IS 194 (76.17% from 255) = 48.99%
R=50%
G=1.01%
B=48.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198419400.980.020.22301.2496.0439.61
HexC64C206221612d6028
Octal3064302014222645514050
Binary11000110100110000100110001010101101001011011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C604C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C604C2; }

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

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

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

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

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

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

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

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