#CA25BE

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

Shades of Deep Magenta #CA25BE

Tints of Deep Magenta #CA25BE

Color information

#CA25BE (or 0xCA25BE) is unknown color: approx Deep Magenta. HEX triplet: CA, 25 and BE. RGB value is (202,37,190). Sum of RGB (Red+Green+Blue) = 202+37+190=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA25BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA25BE is #35DA41. Grayscale: #676767. Windows color (decimal): -3529282 or 12461514. OLE color: 12461514.

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

Color convert

RGB20237190-
CMYK00.820.060.21
HSL304.36º69.04%46.86%-
HSV(B)304.36º81.68%79.22%-
XYZ34.3117.650.3-
YUV103.78176.66198.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.09%
GREEN value IS 37 (14.84% from 255) = 8.62%
BLUE value IS 190 (74.61% from 255) = 44.29%
R=47.09%
G=8.62%
B=44.29%

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
Decimal2023719000.820.060.21304.3669.0446.86
HexCA25BE052615130452f
Octal31245276012262546010557
Binary110010101001011011111001010010110101011001100001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA25BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA25BE; }

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

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

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

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

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

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

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

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