#CC65B0

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

Shades of Fuchsia #CC65B0

Tints of Fuchsia #CC65B0

Color information

#CC65B0 (or 0xCC65B0) is unknown color: approx Fuchsia. HEX triplet: CC, 65 and B0. RGB value is (204,101,176). Sum of RGB (Red+Green+Blue) = 204+101+176=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC65B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC65B0 is #339A4F. Grayscale: #8C8C8C. Windows color (decimal): -3381840 or 11560396. OLE color: 11560396.

HSL color Cylindrical-coordinate representation of color #CC65B0: hue angle of 316.31º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC65B0 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB204101176-
CMYK00.500.140.2
HSL316.31º50.24%59.8%-
HSV(B)316.31º50.49%80%-
XYZ37.3925.2843.98-
YUV140.35148.12173.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.41%
GREEN value IS 101 (39.84% from 255) = 21.00%
BLUE value IS 176 (69.14% from 255) = 36.59%
R=42.41%
G=21.00%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410117600.500.140.2316.3150.2459.8
HexCC65B0032E1413c323c
Octal31414526006216244746274
Binary110011001100101101100000110010111010100100111100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC65B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC65B0; }

 p { color: rgb(204,101,176); }

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

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

 a { background-color: rgb(204,101,176); }

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

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

 span { border-color: rgb(204,101,176); }

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