#CC60BA

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

Shades of Fuchsia #CC60BA

Tints of Fuchsia #CC60BA

Color information

#CC60BA (or 0xCC60BA) is unknown color: approx Fuchsia. HEX triplet: CC, 60 and BA. RGB value is (204,96,186). Sum of RGB (Red+Green+Blue) = 204+96+186=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC60BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60BA is #339F45. Grayscale: #8A8A8A. Windows color (decimal): -3383110 or 12214476. OLE color: 12214476.

HSL color Cylindrical-coordinate representation of color #CC60BA: hue angle of 310º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC60BA is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB20496186-
CMYK00.530.090.2
HSL310º51.43%58.82%-
HSV(B)310º52.94%80%-
XYZ37.9524.7549.23-
YUV138.55154.78174.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.98%
GREEN value IS 96 (37.89% from 255) = 19.75%
BLUE value IS 186 (73.05% from 255) = 38.27%
R=41.98%
G=19.75%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049618600.530.090.231051.4358.82
HexCC60BA035914136333b
Octal31414027206511244666373
Binary110011001100000101110100110101100110100100110110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC60BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC60BA; }

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

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

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

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

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

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

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

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