#CC4FC0

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

Shades of Fuchsia #CC4FC0

Tints of Fuchsia #CC4FC0

Color information

#CC4FC0 (or 0xCC4FC0) is unknown color: approx Fuchsia. HEX triplet: CC, 4F and C0. RGB value is (204,79,192). Sum of RGB (Red+Green+Blue) = 204+79+192=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4FC0 is #33B03F. Grayscale: #808080. Windows color (decimal): -3387456 or 12603340. OLE color: 12603340.

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

Color convert

RGB20479192-
CMYK00.610.060.2
HSL305.76º55.07%55.49%-
HSV(B)305.76º61.27%80%-
XYZ37.2122.2452.2-
YUV129.26163.41181.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.95%
GREEN value IS 79 (31.25% from 255) = 16.63%
BLUE value IS 192 (75.39% from 255) = 40.42%
R=42.95%
G=16.63%
B=40.42%

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
Decimal2047919200.610.060.2305.7655.0755.49
HexCC4FC003D6141323737
Octal3141173000756244626767
Binary11001100100111111000000011110111010100100110010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4FC0; }

 p { color: rgb(204,79,192); }

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

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

 a { background-color: rgb(204,79,192); }

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

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

 span { border-color: rgb(204,79,192); }

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