#CA25BD

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

Shades of Deep Magenta #CA25BD

Tints of Deep Magenta #CA25BD

Color information

#CA25BD (or 0xCA25BD) is unknown color: approx Deep Magenta. HEX triplet: CA, 25 and BD. RGB value is (202,37,189). Sum of RGB (Red+Green+Blue) = 202+37+189=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA25BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA25BD is #35DA42. Grayscale: #676767. Windows color (decimal): -3529283 or 12395978. OLE color: 12395978.

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

Color convert

RGB20237189-
CMYK00.820.060.21
HSL304.73º69.04%46.86%-
HSV(B)304.73º81.68%79.22%-
XYZ34.217.5549.73-
YUV103.66176.16198.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.20%
GREEN value IS 37 (14.84% from 255) = 8.64%
BLUE value IS 189 (74.22% from 255) = 44.16%
R=47.20%
G=8.64%
B=44.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023718900.820.060.21304.7369.0446.86
HexCA25BD052615131452f
Octal31245275012262546110557
Binary110010101001011011110101010010110101011001100011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA25BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA25BD; }

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

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

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

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

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

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

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

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