#CC6BBA

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

Shades of Fuchsia #CC6BBA

Tints of Fuchsia #CC6BBA

Color information

#CC6BBA (or 0xCC6BBA) is unknown color: approx Fuchsia. HEX triplet: CC, 6B and BA. RGB value is (204,107,186). Sum of RGB (Red+Green+Blue) = 204+107+186=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6BBA is #339445. Grayscale: #909090. Windows color (decimal): -3380294 or 12217292. OLE color: 12217292.

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

Color convert

RGB204107186-
CMYK00.480.090.2
HSL311.13º48.74%60.98%-
HSV(B)311.13º47.55%80%-
XYZ39.0226.949.59-
YUV145.01151.14170.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 107 (42.19% from 255) = 21.53%
BLUE value IS 186 (73.05% from 255) = 37.42%
R=41.05%
G=21.53%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410718600.480.090.2311.1348.7460.98
HexCC6BBA030914137313d
Octal31415327206011244676175
Binary110011001101011101110100110000100110100100110111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6BBA; }

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

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

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

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

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

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

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

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