#CC6BB1

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

Shades of Fuchsia #CC6BB1

Tints of Fuchsia #CC6BB1

Color information

#CC6BB1 (or 0xCC6BB1) is unknown color: approx Fuchsia. HEX triplet: CC, 6B and B1. RGB value is (204,107,177). Sum of RGB (Red+Green+Blue) = 204+107+177=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6BB1 is #33944E. Grayscale: #8F8F8F. Windows color (decimal): -3380303 or 11627468. OLE color: 11627468.

HSL color Cylindrical-coordinate representation of color #CC6BB1: hue angle of 316.7º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6BB1 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB204107177-
CMYK00.480.130.2
HSL316.7º48.74%60.98%-
HSV(B)316.7º47.55%80%-
XYZ38.126.5344.71-
YUV143.98146.64170.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.80%
GREEN value IS 107 (42.19% from 255) = 21.93%
BLUE value IS 177 (69.53% from 255) = 36.27%
R=41.80%
G=21.93%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410717700.480.130.2316.748.7460.98
HexCC6BB1030D1413d313d
Octal31415326106015244756175
Binary110011001101011101100010110000110110100100111101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6BB1; }

 p { color: rgb(204,107,177); }

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

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

 a { background-color: rgb(204,107,177); }

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

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

 span { border-color: rgb(204,107,177); }

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