#CC5BCA

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

Shades of Fuchsia #CC5BCA

Tints of Fuchsia #CC5BCA

Color information

#CC5BCA (or 0xCC5BCA) is unknown color: approx Fuchsia. HEX triplet: CC, 5B and CA. RGB value is (204,91,202). Sum of RGB (Red+Green+Blue) = 204+91+202=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 91 (35.94% from 255 or 18.31% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5BCA is #33A435. Grayscale: #898989. Windows color (decimal): -3384374 or 13261772. OLE color: 13261772.

HSL color Cylindrical-coordinate representation of color #CC5BCA: hue angle of 301.06º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5BCA is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB20491202-
CMYK00.550.010.2
HSL301.06º52.56%57.84%-
HSV(B)301.06º55.39%80%-
XYZ39.324.5858.55-
YUV137.44164.44175.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 91 (35.94% from 255) = 18.31%
BLUE value IS 202 (79.30% from 255) = 40.64%
R=41.05%
G=18.31%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049120200.550.010.2301.0652.5657.84
HexCC5BCA03711412d353a
Octal3141333120671244556572
Binary110011001011011110010100110111110100100101101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5BCA; }

 p { color: rgb(204,91,202); }

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

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

 a { background-color: rgb(204,91,202); }

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

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

 span { border-color: rgb(204,91,202); }

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