#CC6ABE

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

Shades of Fuchsia #CC6ABE

Tints of Fuchsia #CC6ABE

Color information

#CC6ABE (or 0xCC6ABE) is unknown color: approx Fuchsia. HEX triplet: CC, 6A and BE. RGB value is (204,106,190). Sum of RGB (Red+Green+Blue) = 204+106+190=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6ABE is #339541. Grayscale: #909090. Windows color (decimal): -3380546 or 12479180. OLE color: 12479180.

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

Color convert

RGB204106190-
CMYK00.480.070.2
HSL308.57º49%60.78%-
HSV(B)308.57º48.04%80%-
XYZ39.3526.8651.83-
YUV144.88153.47170.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.8%
GREEN value IS 106 (41.80% from 255) = 21.2%
BLUE value IS 190 (74.61% from 255) = 38%
R=40.8%
G=21.2%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410619000.480.070.2308.574960.78
HexCC6ABE030714135313d
Octal3141522760607244656175
Binary11001100110101010111110011000011110100100110101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6ABE; }

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

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

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

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

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

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

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

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