#CB1DDC

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

Shades of Deep Magenta #CB1DDC

Tints of Deep Magenta #CB1DDC

Color information

#CB1DDC (or 0xCB1DDC) is unknown color: approx Deep Magenta. HEX triplet: CB, 1D and DC. RGB value is (203,29,220). Sum of RGB (Red+Green+Blue) = 203+29+220=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 29 (11.72% from 255 or 6.42% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB1DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1DDC is #34E223. Grayscale: #666666. Windows color (decimal): -3465764 or 14425547. OLE color: 14425547.

HSL color Cylindrical-coordinate representation of color #CB1DDC: hue angle of 294.66º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB1DDC is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20329220-
CMYK0.080.8700.14
HSL294.66º76.71%48.82%-
HSV(B)294.66º86.82%86.27%-
XYZ37.9918.7469.33-
YUV102.8194.15199.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.91%
GREEN value IS 29 (11.72% from 255) = 6.42%
BLUE value IS 220 (86.33% from 255) = 48.67%
R=44.91%
G=6.42%
B=48.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal203292200.080.8700.14294.6676.7148.82
HexCB1DDC8570E1274d31
Octal313353341012701644711561
Binary11001011111011101110010001010111011101001001111001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1DDC; }

 p { color: rgb(203,29,220); }

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

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

 a { background-color: rgb(203,29,220); }

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

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

 span { border-color: rgb(203,29,220); }

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