#CC26BA

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

Shades of Deep Magenta #CC26BA

Tints of Deep Magenta #CC26BA

Color information

#CC26BA (or 0xCC26BA) is unknown color: approx Deep Magenta. HEX triplet: CC, 26 and BA. RGB value is (204,38,186). Sum of RGB (Red+Green+Blue) = 204+38+186=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC26BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC26BA is #33D945. Grayscale: #686868. Windows color (decimal): -3397958 or 12199628. OLE color: 12199628.

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

Color convert

RGB20438186-
CMYK00.810.090.2
HSL306.51º68.6%47.45%-
HSV(B)306.51º81.37%80%-
XYZ34.4617.7748.07-
YUV104.51174198.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.66%
GREEN value IS 38 (15.23% from 255) = 8.88%
BLUE value IS 186 (73.05% from 255) = 43.46%
R=47.66%
G=8.88%
B=43.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043818600.810.090.2306.5168.647.45
HexCC26BA051914133452f
Octal314462720121112446310557
Binary1100110010011010111010010100011001101001001100111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC26BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC26BA; }

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

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

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

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

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

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

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

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