#ca03e3

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

Shades of Deep Magenta #CA03E3

Tints of Deep Magenta #CA03E3

Color information

#CA03E3 (or 0xCA03E3) is unknown color: approx Deep Magenta. HEX triplet: CA, 03 and E3. RGB value is (202,3,227). Sum of RGB (Red+Green+Blue) = 202+3+227=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 3 (1.56% from 255 or 0.69% from 432); Blue value is 227 (89.06% from 255 or 52.55% from 432); Max value from RGB is 227 - color contains mainly: blue. Hex color #CA03E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA03E3 is #35FC1C. Grayscale: #575757. Windows color (decimal): -3537949 or 14877642. OLE color: 14877642.

HSL color Cylindrical-coordinate representation of color #CA03E3: hue angle of 293.3º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA03E3 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB2023227-
CMYK0.110.9900.11
HSL293.3º97.39%45.1%-
HSV(B)293.3º98.68%89.02%-
XYZ38.2518.1774.16-
YUV88.04206.43209.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.76%
GREEN value IS 3 (1.56% from 255) = 0.69%
BLUE value IS 227 (89.06% from 255) = 52.55%
R=46.76%
G=0.69%
B=52.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal20232270.110.9900.11293.397.3945.1
HexCA3E3B630B125612d
Octal31233431314301344514155
Binary11001010111110001110111100011010111001001011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca03e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca03e3; }

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

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

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

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

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

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

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

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