#cc23b6

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

Shades of Deep Magenta #CC23B6

Tints of Deep Magenta #CC23B6

Color information

#CC23B6 (or 0xCC23B6) is unknown color: approx Deep Magenta. HEX triplet: CC, 23 and B6. RGB value is (204,35,182). Sum of RGB (Red+Green+Blue) = 204+35+182=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 35 (14.06% from 255 or 8.31% from 421); Blue value is 182 (71.48% from 255 or 43.23% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC23B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC23B6 is #33DC49. Grayscale: #656565. Windows color (decimal): -3398730 or 11936716. OLE color: 11936716.

HSL color Cylindrical-coordinate representation of color #CC23B6: hue angle of 307.81º 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 #CC23B6 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB20435182-
CMYK00.830.110.2
HSL307.81º70.71%46.86%-
HSV(B)307.81º82.84%80%-
XYZ33.9517.4245.83-
YUV102.29172.99200.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.46%
GREEN value IS 35 (14.06% from 255) = 8.31%
BLUE value IS 182 (71.48% from 255) = 43.23%
R=48.46%
G=8.31%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043518200.830.110.2307.8170.7146.86
HexCC23B6053B14134472f
Octal314432660123132446410757
Binary1100110010001110110110010100111011101001001101001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc23b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc23b6; }

 p { color: rgb(204,35,182); }

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

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

 a { background-color: rgb(204,35,182); }

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

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

 span { border-color: rgb(204,35,182); }

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