#CB51BB

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

Shades of Fuchsia #CB51BB

Tints of Fuchsia #CB51BB

Color information

#CB51BB (or 0xCB51BB) is unknown color: approx Fuchsia. HEX triplet: CB, 51 and BB. RGB value is (203,81,187). Sum of RGB (Red+Green+Blue) = 203+81+187=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB51BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB51BB is #34AE44. Grayscale: #818181. Windows color (decimal): -3452485 or 12276171. OLE color: 12276171.

HSL color Cylindrical-coordinate representation of color #CB51BB: hue angle of 307.87º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB51BB is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB20381187-
CMYK00.600.080.20
HSL307.87º53.98%55.69%-
HSV(B)307.87º60.1%79.61%-
XYZ36.5422.1749.37-
YUV129.56160.42180.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.10%
GREEN value IS 81 (32.03% from 255) = 17.20%
BLUE value IS 187 (73.44% from 255) = 39.70%
R=43.10%
G=17.20%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038118700.600.080.20307.8753.9855.69
HexCB51BB03C8141343638
Octal31312127307410244646670
Binary110010111010001101110110111100100010100100110100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB51BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB51BB; }

 p { color: rgb(203,81,187); }

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

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

 a { background-color: rgb(203,81,187); }

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

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

 span { border-color: rgb(203,81,187); }

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