#CC60C3

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

Shades of Fuchsia #CC60C3

Tints of Fuchsia #CC60C3

Color information

#CC60C3 (or 0xCC60C3) is unknown color: approx Fuchsia. HEX triplet: CC, 60 and C3. RGB value is (204,96,195). Sum of RGB (Red+Green+Blue) = 204+96+195=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 195 (76.56% from 255 or 39.39% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC60C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60C3 is #339F3C. Grayscale: #8B8B8B. Windows color (decimal): -3383101 or 12804300. OLE color: 12804300.

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

Color convert

RGB20496195-
CMYK00.530.040.2
HSL305º51.43%58.82%-
HSV(B)305º52.94%80%-
XYZ38.9425.1454.43-
YUV139.58159.28173.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 96 (37.89% from 255) = 19.39%
BLUE value IS 195 (76.56% from 255) = 39.39%
R=41.21%
G=19.39%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049619500.530.040.230551.4358.82
HexCC60C3035414131333b
Octal3141403030654244616373
Binary11001100110000011000011011010110010100100110001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC60C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC60C3; }

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

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

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

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

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

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

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

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