#CB44AF

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

Shades of Fuchsia #CB44AF

Tints of Fuchsia #CB44AF

Color information

#CB44AF (or 0xCB44AF) is unknown color: approx Fuchsia. HEX triplet: CB, 44 and AF. RGB value is (203,68,175). Sum of RGB (Red+Green+Blue) = 203+68+175=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB44AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB44AF is #34BB50. Grayscale: #787878. Windows color (decimal): -3455825 or 11486411. OLE color: 11486411.

HSL color Cylindrical-coordinate representation of color #CB44AF: hue angle of 312.44º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB44AF is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB20368175-
CMYK00.670.140.20
HSL312.44º56.49%53.14%-
HSV(B)312.44º66.5%79.61%-
XYZ34.4319.9342.59-
YUV120.56158.73186.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.52%
GREEN value IS 68 (26.95% from 255) = 15.25%
BLUE value IS 175 (68.75% from 255) = 39.24%
R=45.52%
G=15.25%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036817500.670.140.20312.4456.4953.14
HexCB44AF043E141383835
Octal313104257010316244707065
Binary1100101110001001010111101000011111010100100111000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB44AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB44AF; }

 p { color: rgb(203,68,175); }

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

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

 a { background-color: rgb(203,68,175); }

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

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

 span { border-color: rgb(203,68,175); }

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