#CC44CB

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

Shades of Fuchsia #CC44CB

Tints of Fuchsia #CC44CB

Color information

#CC44CB (or 0xCC44CB) is unknown color: approx Fuchsia. HEX triplet: CC, 44 and CB. RGB value is (204,68,203). Sum of RGB (Red+Green+Blue) = 204+68+203=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 68 (26.95% from 255 or 14.32% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC44CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC44CB is #33BB34. Grayscale: #7B7B7B. Windows color (decimal): -3390261 or 13321420. OLE color: 13321420.

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

Color convert

RGB20468203-
CMYK00.670.000.2
HSL300.44º57.14%53.33%-
HSV(B)300.44º66.67%80%-
XYZ37.7521.2858.62-
YUV124.05172.56185.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.95%
GREEN value IS 68 (26.95% from 255) = 14.32%
BLUE value IS 203 (79.69% from 255) = 42.74%
R=42.95%
G=14.32%
B=42.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046820300.670.000.2300.4457.1453.33
HexCC44CB04301412c3935
Octal31410431301030244547165
Binary1100110010001001100101101000011010100100101100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC44CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC44CB; }

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

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

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

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

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

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

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

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