#CC44C7

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

Shades of Fuchsia #CC44C7

Tints of Fuchsia #CC44C7

Color information

#CC44C7 (or 0xCC44C7) is unknown color: approx Fuchsia. HEX triplet: CC, 44 and C7. RGB value is (204,68,199). Sum of RGB (Red+Green+Blue) = 204+68+199=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 68 (26.95% from 255 or 14.44% from 471); Blue value is 199 (78.12% from 255 or 42.25% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC44C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC44C7 is #33BB38. Grayscale: #7B7B7B. Windows color (decimal): -3390265 or 13059276. OLE color: 13059276.

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

Color convert

RGB20468199-
CMYK00.670.020.2
HSL302.21º57.14%53.33%-
HSV(B)302.21º66.67%80%-
XYZ37.2821.156.14-
YUV123.6170.56185.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.31%
GREEN value IS 68 (26.95% from 255) = 14.44%
BLUE value IS 199 (78.12% from 255) = 42.25%
R=43.31%
G=14.44%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046819900.670.020.2302.2157.1453.33
HexCC44C704321412e3935
Octal31410430701032244567165
Binary11001100100010011000111010000111010100100101110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC44C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC44C7; }

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

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

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

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

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

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

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

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