#cc50bd

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

Shades of Fuchsia #CC50BD

Tints of Fuchsia #CC50BD

Color information

#CC50BD (or 0xCC50BD) is unknown color: approx Fuchsia. HEX triplet: CC, 50 and BD. RGB value is (204,80,189). Sum of RGB (Red+Green+Blue) = 204+80+189=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC50BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC50BD is #33AF42. Grayscale: #818181. Windows color (decimal): -3387203 or 12406988. OLE color: 12406988.

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

Color convert

RGB20480189-
CMYK00.610.070.2
HSL307.26º54.87%55.69%-
HSV(B)307.26º60.78%80%-
XYZ36.9622.2550.49-
YUV129.5161.58181.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.13%
GREEN value IS 80 (31.64% from 255) = 16.91%
BLUE value IS 189 (74.22% from 255) = 39.96%
R=43.13%
G=16.91%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048018900.610.070.2307.2654.8755.69
HexCC50BD03D7141333738
Octal3141202750757244636770
Binary11001100101000010111101011110111110100100110011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc50bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc50bd; }

 p { color: rgb(204,80,189); }

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

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

 a { background-color: rgb(204,80,189); }

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

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

 span { border-color: rgb(204,80,189); }

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