#CB0CCD

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

Shades of Deep Magenta #CB0CCD

Tints of Deep Magenta #CB0CCD

Color information

#CB0CCD (or 0xCB0CCD) is unknown color: approx Deep Magenta. HEX triplet: CB, 0C and CD. RGB value is (203,12,205). Sum of RGB (Red+Green+Blue) = 203+12+205=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 12 (5.08% from 255 or 2.86% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB0CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0CCD is #34F332. Grayscale: #5A5A5A. Windows color (decimal): -3470131 or 13438155. OLE color: 13438155.

HSL color Cylindrical-coordinate representation of color #CB0CCD: hue angle of 299.38º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0CCD is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20312205-
CMYK0.010.9400.20
HSL299.38º88.94%42.55%-
HSV(B)299.38º94.15%80.39%-
XYZ35.7817.3759.22-
YUV91.11192.28207.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.33%
GREEN value IS 12 (5.08% from 255) = 2.86%
BLUE value IS 205 (80.47% from 255) = 48.81%
R=48.33%
G=2.86%
B=48.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203122050.010.9400.20299.3888.9442.55
HexCBCCD15E01412b592b
Octal31314315113602445313153
Binary11001011110011001101110111100101001001010111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0CCD; }

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

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

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

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

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

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

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

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