#CC26BB

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

Shades of Deep Magenta #CC26BB

Tints of Deep Magenta #CC26BB

Color information

#CC26BB (or 0xCC26BB) is unknown color: approx Deep Magenta. HEX triplet: CC, 26 and BB. RGB value is (204,38,187). Sum of RGB (Red+Green+Blue) = 204+38+187=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC26BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC26BB is #33D944. Grayscale: #686868. Windows color (decimal): -3397957 or 12265164. OLE color: 12265164.

HSL color Cylindrical-coordinate representation of color #CC26BB: hue angle of 306.14º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC26BB is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB20438187-
CMYK00.810.080.2
HSL306.14º68.6%47.45%-
HSV(B)306.14º81.37%80%-
XYZ34.5617.8148.63-
YUV104.62174.5198.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.55%
GREEN value IS 38 (15.23% from 255) = 8.86%
BLUE value IS 187 (73.44% from 255) = 43.59%
R=47.55%
G=8.86%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043818700.810.080.2306.1468.647.45
HexCC26BB051814132452f
Octal314462730121102446210557
Binary1100110010011010111011010100011000101001001100101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC26BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC26BB; }

 p { color: rgb(204,38,187); }

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

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

 a { background-color: rgb(204,38,187); }

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

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

 span { border-color: rgb(204,38,187); }

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