#CB12DD

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

Shades of Deep Magenta #CB12DD

Tints of Deep Magenta #CB12DD

Color information

#CB12DD (or 0xCB12DD) is unknown color: approx Deep Magenta. HEX triplet: CB, 12 and DD. RGB value is (203,18,221). Sum of RGB (Red+Green+Blue) = 203+18+221=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 18 (7.42% from 255 or 4.07% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB12DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB12DD is #34ED22. Grayscale: #5F5F5F. Windows color (decimal): -3468579 or 14488267. OLE color: 14488267.

HSL color Cylindrical-coordinate representation of color #CB12DD: hue angle of 294.68º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB12DD is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20318221-
CMYK0.080.9200.13
HSL294.68º84.94%46.86%-
HSV(B)294.68º91.86%86.67%-
XYZ37.918.3569.95-
YUV96.46198.29203.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.93%
GREEN value IS 18 (7.42% from 255) = 4.07%
BLUE value IS 221 (86.72% from 255) = 50%
R=45.93%
G=4.07%
B=50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal203182210.080.9200.13294.6884.9446.86
HexCB12DD85C0D127552f
Octal313223351013401544712557
Binary11001011100101101110110001011100011011001001111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB12DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB12DD; }

 p { color: rgb(203,18,221); }

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

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

 a { background-color: rgb(203,18,221); }

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

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

 span { border-color: rgb(203,18,221); }

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