#CC50BF

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

Shades of Fuchsia #CC50BF

Tints of Fuchsia #CC50BF

Color information

#CC50BF (or 0xCC50BF) is unknown color: approx Fuchsia. HEX triplet: CC, 50 and BF. RGB value is (204,80,191). Sum of RGB (Red+Green+Blue) = 204+80+191=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC50BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC50BF is #33AF40. Grayscale: #818181. Windows color (decimal): -3387201 or 12538060. OLE color: 12538060.

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

Color convert

RGB20480191-
CMYK00.610.060.2
HSL306.29º54.87%55.69%-
HSV(B)306.29º60.78%80%-
XYZ37.1722.3451.64-
YUV129.73162.58180.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.95%
GREEN value IS 80 (31.64% from 255) = 16.84%
BLUE value IS 191 (75% from 255) = 40.21%
R=42.95%
G=16.84%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048019100.610.060.2306.2954.8755.69
HexCC50BF03D6141323738
Octal3141202770756244626770
Binary11001100101000010111111011110111010100100110010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC50BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC50BF; }

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

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

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

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

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

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

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

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