#CC4FCB

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

Shades of Fuchsia #CC4FCB

Tints of Fuchsia #CC4FCB

Color information

#CC4FCB (or 0xCC4FCB) is unknown color: approx Fuchsia. HEX triplet: CC, 4F and CB. RGB value is (204,79,203). Sum of RGB (Red+Green+Blue) = 204+79+203=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 79 (31.25% from 255 or 16.26% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4FCB is #33B034. Grayscale: #828282. Windows color (decimal): -3387445 or 13324236. OLE color: 13324236.

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

Color convert

RGB20479203-
CMYK00.610.000.2
HSL300.48º55.07%55.49%-
HSV(B)300.48º61.27%80%-
XYZ38.4822.7458.86-
YUV130.51168.91180.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.98%
GREEN value IS 79 (31.25% from 255) = 16.26%
BLUE value IS 203 (79.69% from 255) = 41.77%
R=41.98%
G=16.26%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047920300.610.000.2300.4855.0755.49
HexCC4FCB03D01412c3737
Octal3141173130750244546767
Binary110011001001111110010110111101010100100101100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4FCB; }

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

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

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

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

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

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

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

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