#CC60B7

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

Shades of Fuchsia #CC60B7

Tints of Fuchsia #CC60B7

Color information

#CC60B7 (or 0xCC60B7) is unknown color: approx Fuchsia. HEX triplet: CC, 60 and B7. RGB value is (204,96,183). Sum of RGB (Red+Green+Blue) = 204+96+183=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC60B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60B7 is #339F48. Grayscale: #898989. Windows color (decimal): -3383113 or 12017868. OLE color: 12017868.

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

Color convert

RGB20496183-
CMYK00.530.100.2
HSL311.67º51.43%58.82%-
HSV(B)311.67º52.94%80%-
XYZ37.6324.6247.57-
YUV138.21153.28174.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.24%
GREEN value IS 96 (37.89% from 255) = 19.88%
BLUE value IS 183 (71.88% from 255) = 37.89%
R=42.24%
G=19.88%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049618300.530.100.2311.6751.4358.82
HexCC60B7035A14138333b
Octal31414026706512244706373
Binary110011001100000101101110110101101010100100111000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC60B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC60B7; }

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

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

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

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

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

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

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

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