#CC4BB4

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

Shades of Fuchsia #CC4BB4

Tints of Fuchsia #CC4BB4

Color information

#CC4BB4 (or 0xCC4BB4) is unknown color: approx Fuchsia. HEX triplet: CC, 4B and B4. RGB value is (204,75,180). Sum of RGB (Red+Green+Blue) = 204+75+180=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4BB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4BB4 is #33B44B. Grayscale: #7D7D7D. Windows color (decimal): -3388492 or 11815884. OLE color: 11815884.

HSL color Cylindrical-coordinate representation of color #CC4BB4: hue angle of 311.16º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4BB4 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB20475180-
CMYK00.630.120.2
HSL311.16º55.84%54.71%-
HSV(B)311.16º63.24%80%-
XYZ35.6621.1645.39-
YUV125.54158.74183.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.44%
GREEN value IS 75 (29.69% from 255) = 16.34%
BLUE value IS 180 (70.70% from 255) = 39.22%
R=44.44%
G=16.34%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047518000.630.120.2311.1655.8454.71
HexCC4BB403FC141373837
Octal31411326407714244677067
Binary110011001001011101101000111111110010100100110111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4BB4; }

 p { color: rgb(204,75,180); }

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

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

 a { background-color: rgb(204,75,180); }

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

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

 span { border-color: rgb(204,75,180); }

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