#CC44C0

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

Shades of Fuchsia #CC44C0

Tints of Fuchsia #CC44C0

Color information

#CC44C0 (or 0xCC44C0) is unknown color: approx Fuchsia. HEX triplet: CC, 44 and C0. RGB value is (204,68,192). Sum of RGB (Red+Green+Blue) = 204+68+192=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC44C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC44C0 is #33BB3F. Grayscale: #7A7A7A. Windows color (decimal): -3390272 or 12600524. OLE color: 12600524.

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

Color convert

RGB20468192-
CMYK00.670.060.2
HSL305.29º57.14%53.33%-
HSV(B)305.29º66.67%80%-
XYZ36.4820.7851.96-
YUV122.8167.06185.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.97%
GREEN value IS 68 (26.95% from 255) = 14.66%
BLUE value IS 192 (75.39% from 255) = 41.38%
R=43.97%
G=14.66%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046819200.670.060.2305.2957.1453.33
HexCC44C00436141313935
Octal31410430001036244617165
Binary110011001000100110000000100001111010100100110001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC44C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC44C0; }

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

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

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

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

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

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

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

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