#CC65B1

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

Shades of Fuchsia #CC65B1

Tints of Fuchsia #CC65B1

Color information

#CC65B1 (or 0xCC65B1) is unknown color: approx Fuchsia. HEX triplet: CC, 65 and B1. RGB value is (204,101,177). Sum of RGB (Red+Green+Blue) = 204+101+177=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC65B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC65B1 is #339A4E. Grayscale: #8C8C8C. Windows color (decimal): -3381839 or 11625932. OLE color: 11625932.

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

Color convert

RGB204101177-
CMYK00.500.130.2
HSL315.73º50.24%59.8%-
HSV(B)315.73º50.49%80%-
XYZ37.4925.3244.51-
YUV140.46148.62173.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 101 (39.84% from 255) = 20.95%
BLUE value IS 177 (69.53% from 255) = 36.72%
R=42.32%
G=20.95%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410117700.500.130.2315.7350.2459.8
HexCC65B1032D1413c323c
Octal31414526106215244746274
Binary110011001100101101100010110010110110100100111100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC65B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC65B1; }

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

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

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

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

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

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

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

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