#C44BB8

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

Shades of Fuchsia #C44BB8

Tints of Fuchsia #C44BB8

Color information

#C44BB8 (or 0xC44BB8) is unknown color: approx Fuchsia. HEX triplet: C4, 4B and B8. RGB value is (196,75,184). Sum of RGB (Red+Green+Blue) = 196+75+184=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 184 (72.27% from 255 or 40.44% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C44BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44BB8 is #3BB447. Grayscale: #7B7B7B. Windows color (decimal): -3912776 or 12078020. OLE color: 12078020.

HSL color Cylindrical-coordinate representation of color #C44BB8: hue angle of 305.95º 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 #C44BB8 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB19675184-
CMYK00.620.060.23
HSL305.95º50.63%53.14%-
HSV(B)305.95º61.73%76.86%-
XYZ33.9320.2347.46-
YUV123.6162.09179.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.08%
GREEN value IS 75 (29.69% from 255) = 16.48%
BLUE value IS 184 (72.27% from 255) = 40.44%
R=43.08%
G=16.48%
B=40.44%

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
Decimal1967518400.620.060.23305.9550.6353.14
HexC44BB803E6171323335
Octal3041132700766274626365
Binary11000100100101110111000011111011010111100110010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44BB8; }

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

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

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

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

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

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

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

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