#C003CA

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

Shades of Deep Magenta #C003CA

Tints of Deep Magenta #C003CA

Color information

#C003CA (or 0xC003CA) is unknown color: approx Deep Magenta. HEX triplet: C0, 03 and CA. RGB value is (192,3,202). Sum of RGB (Red+Green+Blue) = 192+3+202=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #C003CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C003CA is #3FFC35. Grayscale: #515151. Windows color (decimal): -4193334 or 13239232. OLE color: 13239232.

HSL color Cylindrical-coordinate representation of color #C003CA: hue angle of 296.98º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C003CA is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1923202-
CMYK0.050.9900.21
HSL296.98º97.07%40.2%-
HSV(B)296.98º98.51%79.22%-
XYZ32.4315.5457.17-
YUV82.2195.62206.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.36%
GREEN value IS 3 (1.56% from 255) = 0.76%
BLUE value IS 202 (79.30% from 255) = 50.88%
R=48.36%
G=0.76%
B=50.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal19232020.050.9900.21296.9897.0740.2
HexC03CA5630151296128
Octal3003312514302545114150
Binary11000000111100101010111000110101011001010011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C003CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C003CA; }

 p { color: rgb(192,3,202); }

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

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

 a { background-color: rgb(192,3,202); }

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

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

 span { border-color: rgb(192,3,202); }

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