#CC60C1

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

Shades of Fuchsia #CC60C1

Tints of Fuchsia #CC60C1

Color information

#CC60C1 (or 0xCC60C1) is unknown color: approx Fuchsia. HEX triplet: CC, 60 and C1. RGB value is (204,96,193). Sum of RGB (Red+Green+Blue) = 204+96+193=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 193 (75.78% from 255 or 39.15% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC60C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60C1 is #339F3E. Grayscale: #8B8B8B. Windows color (decimal): -3383103 or 12673228. OLE color: 12673228.

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

Color convert

RGB20496193-
CMYK00.530.050.2
HSL306.11º51.43%58.82%-
HSV(B)306.11º52.94%80%-
XYZ38.7125.0553.25-
YUV139.35158.28174.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.38%
GREEN value IS 96 (37.89% from 255) = 19.47%
BLUE value IS 193 (75.78% from 255) = 39.15%
R=41.38%
G=19.47%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049619300.530.050.2306.1151.4358.82
HexCC60C1035514132333b
Octal3141403010655244626373
Binary11001100110000011000001011010110110100100110010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC60C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC60C1; }

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

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

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

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

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

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

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

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