#cb0cdd

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

Shades of Deep Magenta #CB0CDD

Tints of Deep Magenta #CB0CDD

Color information

#CB0CDD (or 0xCB0CDD) is unknown color: approx Deep Magenta. HEX triplet: CB, 0C and DD. RGB value is (203,12,221). Sum of RGB (Red+Green+Blue) = 203+12+221=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB0CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0CDD is #34F322. Grayscale: #5C5C5C. Windows color (decimal): -3470115 or 14486731. OLE color: 14486731.

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

Color convert

RGB20312221-
CMYK0.080.9500.13
HSL294.83º89.7%45.69%-
HSV(B)294.83º94.57%86.67%-
XYZ37.8118.1869.92-
YUV92.94200.28206.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.56%
GREEN value IS 12 (5.08% from 255) = 2.75%
BLUE value IS 221 (86.72% from 255) = 50.69%
R=46.56%
G=2.75%
B=50.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal203122210.080.9500.13294.8389.745.69
HexCBCDD85F0D1275a2e
Octal313143351013701544713256
Binary1100101111001101110110001011111011011001001111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb0cdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb0cdd; }

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

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

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

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

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

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

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

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