#CC50C7

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

Shades of Fuchsia #CC50C7

Tints of Fuchsia #CC50C7

Color information

#CC50C7 (or 0xCC50C7) is unknown color: approx Fuchsia. HEX triplet: CC, 50 and C7. RGB value is (204,80,199). Sum of RGB (Red+Green+Blue) = 204+80+199=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 199 (78.12% from 255 or 41.20% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC50C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC50C7 is #33AF38. Grayscale: #828282. Windows color (decimal): -3387193 or 13062348. OLE color: 13062348.

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

Color convert

RGB20480199-
CMYK00.610.020.2
HSL302.42º54.87%55.69%-
HSV(B)302.42º60.78%80%-
XYZ38.0822.756.41-
YUV130.64166.58180.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.24%
GREEN value IS 80 (31.64% from 255) = 16.56%
BLUE value IS 199 (78.12% from 255) = 41.20%
R=42.24%
G=16.56%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048019900.610.020.2302.4254.8755.69
HexCC50C703D21412e3738
Octal3141203070752244566770
Binary1100110010100001100011101111011010100100101110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC50C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC50C7; }

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

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

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

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

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

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

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

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