#CC60BE

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

Shades of Fuchsia #CC60BE

Tints of Fuchsia #CC60BE

Color information

#CC60BE (or 0xCC60BE) is unknown color: approx Fuchsia. HEX triplet: CC, 60 and BE. RGB value is (204,96,190). Sum of RGB (Red+Green+Blue) = 204+96+190=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC60BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60BE is #339F41. Grayscale: #8A8A8A. Windows color (decimal): -3383106 or 12476620. OLE color: 12476620.

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

Color convert

RGB20496190-
CMYK00.530.070.2
HSL307.78º51.43%58.82%-
HSV(B)307.78º52.94%80%-
XYZ38.3824.9251.5-
YUV139.01156.78174.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.63%
GREEN value IS 96 (37.89% from 255) = 19.59%
BLUE value IS 190 (74.61% from 255) = 38.78%
R=41.63%
G=19.59%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049619000.530.070.2307.7851.4358.82
HexCC60BE035714134333b
Octal3141402760657244646373
Binary11001100110000010111110011010111110100100110100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC60BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC60BE; }

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

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

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

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

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

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

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

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