#CA25CC

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

Shades of Deep Magenta #CA25CC

Tints of Deep Magenta #CA25CC

Color information

#CA25CC (or 0xCA25CC) is unknown color: approx Deep Magenta. HEX triplet: CA, 25 and CC. RGB value is (202,37,204). Sum of RGB (Red+Green+Blue) = 202+37+204=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA25CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA25CC is #35DA33. Grayscale: #686868. Windows color (decimal): -3529268 or 13379018. OLE color: 13379018.

HSL color Cylindrical-coordinate representation of color #CA25CC: hue angle of 299.28º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA25CC is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB20237204-
CMYK0.010.8200.2
HSL299.28º69.29%47.25%-
HSV(B)299.28º81.86%80%-
XYZ35.9218.2458.75-
YUV105.37183.66196.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.60%
GREEN value IS 37 (14.84% from 255) = 8.35%
BLUE value IS 204 (80.08% from 255) = 46.05%
R=45.60%
G=8.35%
B=46.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal202372040.010.8200.2299.2869.2947.25
HexCA25CC15201412b452f
Octal31245314112202445310557
Binary1100101010010111001100110100100101001001010111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA25CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA25CC; }

 p { color: rgb(202,37,204); }

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

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

 a { background-color: rgb(202,37,204); }

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

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

 span { border-color: rgb(202,37,204); }

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