#CB40B1

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

Shades of Fuchsia #CB40B1

Tints of Fuchsia #CB40B1

Color information

#CB40B1 (or 0xCB40B1) is unknown color: approx Fuchsia. HEX triplet: CB, 40 and B1. RGB value is (203,64,177). Sum of RGB (Red+Green+Blue) = 203+64+177=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB40B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB40B1 is #34BF4E. Grayscale: #767676. Windows color (decimal): -3456847 or 11616459. OLE color: 11616459.

HSL color Cylindrical-coordinate representation of color #CB40B1: hue angle of 311.22º 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 #CB40B1 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB20364177-
CMYK00.680.130.20
HSL311.22º57.2%52.35%-
HSV(B)311.22º68.47%79.61%-
XYZ34.419.5443.55-
YUV118.44161.05188.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.72%
GREEN value IS 64 (25.39% from 255) = 14.41%
BLUE value IS 177 (69.53% from 255) = 39.86%
R=45.72%
G=14.41%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036417700.680.130.20311.2257.252.35
HexCB40B1044D141373934
Octal313100261010415244677164
Binary1100101110000001011000101000100110110100100110111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB40B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB40B1; }

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

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

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

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

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

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

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

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