#CA03C1

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

Shades of Deep Magenta #CA03C1

Tints of Deep Magenta #CA03C1

Color information

#CA03C1 (or 0xCA03C1) is unknown color: approx Deep Magenta. HEX triplet: CA, 03 and C1. RGB value is (202,3,193). Sum of RGB (Red+Green+Blue) = 202+3+193=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 3 (1.56% from 255 or 0.75% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA03C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA03C1 is #35FC3E. Grayscale: #535353. Windows color (decimal): -3537983 or 12649418. OLE color: 12649418.

HSL color Cylindrical-coordinate representation of color #CA03C1: hue angle of 302.71º 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 #CA03C1 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB2023193-
CMYK00.990.040.21
HSL302.71º97.07%40.2%-
HSV(B)302.71º98.51%79.22%-
XYZ34.0216.4751.84-
YUV84.16189.43212.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.75%
GREEN value IS 3 (1.56% from 255) = 0.75%
BLUE value IS 193 (75.78% from 255) = 48.49%
R=50.75%
G=0.75%
B=48.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202319300.990.040.21302.7197.0740.2
HexCA3C106341512f6128
Octal3123301014342545714150
Binary11001010111100000101100011100101011001011111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA03C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA03C1; }

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

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

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

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

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

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

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

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