#CA29CC

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

Shades of Deep Magenta #CA29CC

Tints of Deep Magenta #CA29CC

Color information

#CA29CC (or 0xCA29CC) is unknown color: approx Deep Magenta. HEX triplet: CA, 29 and CC. RGB value is (202,41,204). Sum of RGB (Red+Green+Blue) = 202+41+204=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 41 (16.41% from 255 or 9.17% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA29CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA29CC is #35D633. Grayscale: #6B6B6B. Windows color (decimal): -3528244 or 13380042. OLE color: 13380042.

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

Color convert

RGB20241204-
CMYK0.010.8000.2
HSL299.26º66.53%48.04%-
HSV(B)299.26º79.9%80%-
XYZ36.0518.558.8-
YUV107.72182.34195.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 41 (16.41% from 255) = 9.17%
BLUE value IS 204 (80.08% from 255) = 45.64%
R=45.19%
G=9.17%
B=45.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal202412040.010.8000.2299.2666.5348.04
HexCA29CC15001412b4330
Octal31251314112002445310360
Binary1100101010100111001100110100000101001001010111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA29CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA29CC; }

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

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

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

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

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

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

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

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