#CA27D1

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

Shades of Deep Magenta #CA27D1

Tints of Deep Magenta #CA27D1

Color information

#CA27D1 (or 0xCA27D1) is unknown color: approx Deep Magenta. HEX triplet: CA, 27 and D1. RGB value is (202,39,209). Sum of RGB (Red+Green+Blue) = 202+39+209=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 39 (15.62% from 255 or 8.67% from 450); Blue value is 209 (82.03% from 255 or 46.44% from 450); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA27D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA27D1 is #35D82E. Grayscale: #6A6A6A. Windows color (decimal): -3528751 or 13707210. OLE color: 13707210.

HSL color Cylindrical-coordinate representation of color #CA27D1: hue angle of 297.53º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA27D1 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20239209-
CMYK0.030.8100.18
HSL297.53º68.55%48.63%-
HSV(B)297.53º81.34%81.96%-
XYZ36.5918.6161.99-
YUV107.12185.5195.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.89%
GREEN value IS 39 (15.62% from 255) = 8.67%
BLUE value IS 209 (82.03% from 255) = 46.44%
R=44.89%
G=8.67%
B=46.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal202392090.030.8100.18297.5368.5548.63
HexCA27D135101212a4531
Octal31247321312102245210561
Binary11001010100111110100011110100010100101001010101000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA27D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA27D1; }

 p { color: rgb(202,39,209); }

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

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

 a { background-color: rgb(202,39,209); }

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

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

 span { border-color: rgb(202,39,209); }

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