#CB51BD

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

Shades of Fuchsia #CB51BD

Tints of Fuchsia #CB51BD

Color information

#CB51BD (or 0xCB51BD) is unknown color: approx Fuchsia. HEX triplet: CB, 51 and BD. RGB value is (203,81,189). Sum of RGB (Red+Green+Blue) = 203+81+189=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB51BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB51BD is #34AE42. Grayscale: #818181. Windows color (decimal): -3452483 or 12407243. OLE color: 12407243.

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

Color convert

RGB20381189-
CMYK00.600.070.20
HSL306.89º53.98%55.69%-
HSV(B)306.89º60.1%79.61%-
XYZ36.7622.2650.5-
YUV129.79161.42180.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.92%
GREEN value IS 81 (32.03% from 255) = 17.12%
BLUE value IS 189 (74.22% from 255) = 39.96%
R=42.92%
G=17.12%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038118900.600.070.20306.8953.9855.69
HexCB51BD03C7141333638
Octal3131212750747244636670
Binary11001011101000110111101011110011110100100110011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB51BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB51BD; }

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

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

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

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

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

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

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

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