#C44BB9

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

Shades of Fuchsia #C44BB9

Tints of Fuchsia #C44BB9

Color information

#C44BB9 (or 0xC44BB9) is unknown color: approx Fuchsia. HEX triplet: C4, 4B and B9. RGB value is (196,75,185). Sum of RGB (Red+Green+Blue) = 196+75+185=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C44BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44BB9 is #3BB446. Grayscale: #7B7B7B. Windows color (decimal): -3912775 or 12143556. OLE color: 12143556.

HSL color Cylindrical-coordinate representation of color #C44BB9: hue angle of 305.45º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C44BB9 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB19675185-
CMYK00.620.060.23
HSL305.45º50.63%53.14%-
HSV(B)305.45º61.73%76.86%-
XYZ34.0420.2748.02-
YUV123.72162.59179.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.98%
GREEN value IS 75 (29.69% from 255) = 16.45%
BLUE value IS 185 (72.66% from 255) = 40.57%
R=42.98%
G=16.45%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967518500.620.060.23305.4550.6353.14
HexC44BB903E6171313335
Octal3041132710766274616365
Binary11000100100101110111001011111011010111100110001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44BB9; }

 p { color: rgb(196,75,185); }

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

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

 a { background-color: rgb(196,75,185); }

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

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

 span { border-color: rgb(196,75,185); }

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