#CB23B7

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

Shades of Deep Magenta #CB23B7

Tints of Deep Magenta #CB23B7

Color information

#CB23B7 (or 0xCB23B7) is unknown color: approx Deep Magenta. HEX triplet: CB, 23 and B7. RGB value is (203,35,183). Sum of RGB (Red+Green+Blue) = 203+35+183=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 35 (14.06% from 255 or 8.31% from 421); Blue value is 183 (71.88% from 255 or 43.47% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB23B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB23B7 is #34DC48. Grayscale: #656565. Windows color (decimal): -3464265 or 12002251. OLE color: 12002251.

HSL color Cylindrical-coordinate representation of color #CB23B7: hue angle of 307.14º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB23B7 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB20335183-
CMYK00.830.100.20
HSL307.14º70.59%46.67%-
HSV(B)307.14º82.76%79.61%-
XYZ33.7817.3246.36-
YUV102.1173.66199.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.22%
GREEN value IS 35 (14.06% from 255) = 8.31%
BLUE value IS 183 (71.88% from 255) = 43.47%
R=48.22%
G=8.31%
B=43.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2033518300.830.100.20307.1470.5946.67
HexCB23B7053A14133472f
Octal313432670123122446310757
Binary1100101110001110110111010100111010101001001100111000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB23B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB23B7; }

 p { color: rgb(203,35,183); }

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

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

 a { background-color: rgb(203,35,183); }

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

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

 span { border-color: rgb(203,35,183); }

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