#CC4CBF

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

Shades of Fuchsia #CC4CBF

Tints of Fuchsia #CC4CBF

Color information

#CC4CBF (or 0xCC4CBF) is unknown color: approx Fuchsia. HEX triplet: CC, 4C and BF. RGB value is (204,76,191). Sum of RGB (Red+Green+Blue) = 204+76+191=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4CBF is #33B340. Grayscale: #7F7F7F. Windows color (decimal): -3388225 or 12537036. OLE color: 12537036.

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

Color convert

RGB20476191-
CMYK00.630.060.2
HSL306.09º55.65%54.9%-
HSV(B)306.09º62.75%80%-
XYZ36.8921.7751.55-
YUV127.38163.91182.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.31%
GREEN value IS 76 (30.08% from 255) = 16.14%
BLUE value IS 191 (75% from 255) = 40.55%
R=43.31%
G=16.14%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047619100.630.060.2306.0955.6554.9
HexCC4CBF03F6141323837
Octal3141142770776244627067
Binary11001100100110010111111011111111010100100110010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4CBF; }

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

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

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

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

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

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

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

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