#CC44BE

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

Shades of Fuchsia #CC44BE

Tints of Fuchsia #CC44BE

Color information

#CC44BE (or 0xCC44BE) is unknown color: approx Fuchsia. HEX triplet: CC, 44 and BE. RGB value is (204,68,190). Sum of RGB (Red+Green+Blue) = 204+68+190=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 68 (26.95% from 255 or 14.72% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC44BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC44BE is #33BB41. Grayscale: #7A7A7A. Windows color (decimal): -3390274 or 12469452. OLE color: 12469452.

HSL color Cylindrical-coordinate representation of color #CC44BE: hue angle of 306.18º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC44BE is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB20468190-
CMYK00.670.070.2
HSL306.18º57.14%53.33%-
HSV(B)306.18º66.67%80%-
XYZ36.2620.6950.8-
YUV122.57166.06186.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.16%
GREEN value IS 68 (26.95% from 255) = 14.72%
BLUE value IS 190 (74.61% from 255) = 41.13%
R=44.16%
G=14.72%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046819000.670.070.2306.1857.1453.33
HexCC44BE0437141323935
Octal31410427601037244627165
Binary110011001000100101111100100001111110100100110010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC44BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC44BE; }

 p { color: rgb(204,68,190); }

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

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

 a { background-color: rgb(204,68,190); }

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

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

 span { border-color: rgb(204,68,190); }

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