#C615CA

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

Shades of Deep Magenta #C615CA

Tints of Deep Magenta #C615CA

Color information

#C615CA (or 0xC615CA) is unknown color: approx Deep Magenta. HEX triplet: C6, 15 and CA. RGB value is (198,21,202). Sum of RGB (Red+Green+Blue) = 198+21+202=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 21 (8.59% from 255 or 4.99% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #C615CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C615CA is #39EA35. Grayscale: #5E5E5E. Windows color (decimal): -3795510 or 13243846. OLE color: 13243846.

HSL color Cylindrical-coordinate representation of color #C615CA: hue angle of 298.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C615CA is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19821202-
CMYK0.020.9000.21
HSL298.67º81.17%43.73%-
HSV(B)298.67º89.6%79.22%-
XYZ34.2216.8157.32-
YUV94.56188.64201.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.03%
GREEN value IS 21 (8.59% from 255) = 4.99%
BLUE value IS 202 (79.30% from 255) = 47.98%
R=47.03%
G=4.99%
B=47.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal198212020.020.9000.21298.6781.1743.73
HexC615CA25A01512b512c
Octal30625312213202545312154
Binary1100011010101110010101010110100101011001010111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C615CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C615CA; }

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

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

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

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

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

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

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

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