#CB43AD

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

Shades of Fuchsia #CB43AD

Tints of Fuchsia #CB43AD

Color information

#CB43AD (or 0xCB43AD) is unknown color: approx Fuchsia. HEX triplet: CB, 43 and AD. RGB value is (203,67,173). Sum of RGB (Red+Green+Blue) = 203+67+173=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 67 (26.56% from 255 or 15.12% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB43AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB43AD is #34BC52. Grayscale: #777777. Windows color (decimal): -3456083 or 11355083. OLE color: 11355083.

HSL color Cylindrical-coordinate representation of color #CB43AD: hue angle of 313.24º degrees, saturation: 0.57, 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 #CB43AD is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB20367173-
CMYK00.670.150.20
HSL313.24º56.67%52.94%-
HSV(B)313.24º67%79.61%-
XYZ34.1819.7341.54-
YUV119.75158.06187.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.82%
GREEN value IS 67 (26.56% from 255) = 15.12%
BLUE value IS 173 (67.97% from 255) = 39.05%
R=45.82%
G=15.12%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036717300.670.150.20313.2456.6752.94
HexCB43AD043F141393935
Octal313103255010317244717165
Binary1100101110000111010110101000011111110100100111001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB43AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB43AD; }

 p { color: rgb(203,67,173); }

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

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

 a { background-color: rgb(203,67,173); }

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

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

 span { border-color: rgb(203,67,173); }

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