#CB40AD

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

Shades of Fuchsia #CB40AD

Tints of Fuchsia #CB40AD

Color information

#CB40AD (or 0xCB40AD) is unknown color: approx Fuchsia. HEX triplet: CB, 40 and AD. RGB value is (203,64,173). Sum of RGB (Red+Green+Blue) = 203+64+173=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB40AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB40AD is #34BF52. Grayscale: #757575. Windows color (decimal): -3456851 or 11354315. OLE color: 11354315.

HSL color Cylindrical-coordinate representation of color #CB40AD: hue angle of 312.95º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB40AD is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB20364173-
CMYK00.680.150.20
HSL312.95º57.2%52.35%-
HSV(B)312.95º68.47%79.61%-
XYZ3419.3841.48-
YUV117.99159.05188.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.14%
GREEN value IS 64 (25.39% from 255) = 14.55%
BLUE value IS 173 (67.97% from 255) = 39.32%
R=46.14%
G=14.55%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036417300.680.150.20312.9557.252.35
HexCB40AD044F141393934
Octal313100255010417244717164
Binary1100101110000001010110101000100111110100100111001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB40AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB40AD; }

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

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

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

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

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

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

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

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