#CB10E1

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

Shades of Deep Magenta #CB10E1

Tints of Deep Magenta #CB10E1

Color information

#CB10E1 (or 0xCB10E1) is unknown color: approx Deep Magenta. HEX triplet: CB, 10 and E1. RGB value is (203,16,225). Sum of RGB (Red+Green+Blue) = 203+16+225=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 16 (6.64% from 255 or 3.60% from 444); Blue value is 225 (88.28% from 255 or 50.68% from 444); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB10E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB10E1 is #34EF1E. Grayscale: #5F5F5F. Windows color (decimal): -3469087 or 14749899. OLE color: 14749899.

HSL color Cylindrical-coordinate representation of color #CB10E1: hue angle of 293.68º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB10E1 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20316225-
CMYK0.100.9300.12
HSL293.68º86.72%47.25%-
HSV(B)293.68º92.89%88.24%-
XYZ38.418.572.78-
YUV95.74200.95204.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.72%
GREEN value IS 16 (6.64% from 255) = 3.60%
BLUE value IS 225 (88.28% from 255) = 50.68%
R=45.72%
G=3.60%
B=50.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal203162250.100.9300.12293.6886.7247.25
HexCB10E1A5D0C126572f
Octal313203411213501444612757
Binary11001011100001110000110101011101011001001001101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB10E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB10E1; }

 p { color: rgb(203,16,225); }

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

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

 a { background-color: rgb(203,16,225); }

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

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

 span { border-color: rgb(203,16,225); }

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