#CB51BC

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

Shades of Fuchsia #CB51BC

Tints of Fuchsia #CB51BC

Color information

#CB51BC (or 0xCB51BC) is unknown color: approx Fuchsia. HEX triplet: CB, 51 and BC. RGB value is (203,81,188). Sum of RGB (Red+Green+Blue) = 203+81+188=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CB51BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB51BC is #34AE43. Grayscale: #818181. Windows color (decimal): -3452484 or 12341707. OLE color: 12341707.

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

Color convert

RGB20381188-
CMYK00.600.070.20
HSL307.38º53.98%55.69%-
HSV(B)307.38º60.1%79.61%-
XYZ36.6522.2149.93-
YUV129.68160.92180.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.01%
GREEN value IS 81 (32.03% from 255) = 17.16%
BLUE value IS 188 (73.83% from 255) = 39.83%
R=43.01%
G=17.16%
B=39.83%

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
Decimal2038118800.600.070.20307.3853.9855.69
HexCB51BC03C7141333638
Octal3131212740747244636670
Binary11001011101000110111100011110011110100100110011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB51BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB51BC; }

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

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

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

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

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

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

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

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