#CB2ACD

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

Shades of Deep Magenta #CB2ACD

Tints of Deep Magenta #CB2ACD

Color information

#CB2ACD (or 0xCB2ACD) is unknown color: approx Deep Magenta. HEX triplet: CB, 2A and CD. RGB value is (203,42,205). Sum of RGB (Red+Green+Blue) = 203+42+205=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 42 (16.80% from 255 or 9.33% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB2ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2ACD is #34D532. Grayscale: #6C6C6C. Windows color (decimal): -3462451 or 13445835. OLE color: 13445835.

HSL color Cylindrical-coordinate representation of color #CB2ACD: hue angle of 299.26º degrees, saturation: 0.66, 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 #CB2ACD is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20342205-
CMYK0.010.8000.20
HSL299.26º65.99%48.43%-
HSV(B)299.26º79.51%80.39%-
XYZ36.4818.7659.46-
YUV108.72182.34195.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.11%
GREEN value IS 42 (16.80% from 255) = 9.33%
BLUE value IS 205 (80.47% from 255) = 45.56%
R=45.11%
G=9.33%
B=45.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203422050.010.8000.20299.2665.9948.43
HexCB2ACD15001412b4230
Octal31352315112002445310260
Binary1100101110101011001101110100000101001001010111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2ACD; }

 p { color: rgb(203,42,205); }

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

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

 a { background-color: rgb(203,42,205); }

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

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

 span { border-color: rgb(203,42,205); }

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