#CA25BC

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

Shades of Deep Magenta #CA25BC

Tints of Deep Magenta #CA25BC

Color information

#CA25BC (or 0xCA25BC) is unknown color: approx Deep Magenta. HEX triplet: CA, 25 and BC. RGB value is (202,37,188). Sum of RGB (Red+Green+Blue) = 202+37+188=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA25BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA25BC is #35DA43. Grayscale: #676767. Windows color (decimal): -3529284 or 12330442. OLE color: 12330442.

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

Color convert

RGB20237188-
CMYK00.820.070.21
HSL305.09º69.04%46.86%-
HSV(B)305.09º81.68%79.22%-
XYZ34.117.5149.16-
YUV103.55175.66198.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.31%
GREEN value IS 37 (14.84% from 255) = 8.67%
BLUE value IS 188 (73.83% from 255) = 44.03%
R=47.31%
G=8.67%
B=44.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023718800.820.070.21305.0969.0446.86
HexCA25BC052715131452f
Octal31245274012272546110557
Binary110010101001011011110001010010111101011001100011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA25BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA25BC; }

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

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

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

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

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

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

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

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