#CC6ABB

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

Shades of Fuchsia #CC6ABB

Tints of Fuchsia #CC6ABB

Color information

#CC6ABB (or 0xCC6ABB) is unknown color: approx Fuchsia. HEX triplet: CC, 6A and BB. RGB value is (204,106,187). Sum of RGB (Red+Green+Blue) = 204+106+187=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6ABB is #339544. Grayscale: #909090. Windows color (decimal): -3380549 or 12282572. OLE color: 12282572.

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

Color convert

RGB204106187-
CMYK00.480.080.2
HSL310.41º49%60.78%-
HSV(B)310.41º48.04%80%-
XYZ39.0326.7350.12-
YUV144.54151.97170.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 106 (41.80% from 255) = 21.33%
BLUE value IS 187 (73.44% from 255) = 37.63%
R=41.05%
G=21.33%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410618700.480.080.2310.414960.78
HexCC6ABB030814136313d
Octal31415227306010244666175
Binary110011001101010101110110110000100010100100110110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6ABB; }

 p { color: rgb(204,106,187); }

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

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

 a { background-color: rgb(204,106,187); }

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

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

 span { border-color: rgb(204,106,187); }

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