#cb3fbc

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

Shades of Fuchsia #CB3FBC

Tints of Fuchsia #CB3FBC

Color information

#CB3FBC (or 0xCB3FBC) is unknown color: approx Fuchsia. HEX triplet: CB, 3F and BC. RGB value is (203,63,188). Sum of RGB (Red+Green+Blue) = 203+63+188=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 63 (25% from 255 or 13.88% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3FBC is #34C043. Grayscale: #767676. Windows color (decimal): -3457092 or 12337099. OLE color: 12337099.

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

Color convert

RGB20363188-
CMYK00.690.070.20
HSL306.43º57.38%52.16%-
HSV(B)306.43º68.97%79.61%-
XYZ35.4819.8849.54-
YUV119.11166.88187.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.71%
GREEN value IS 63 (25% from 255) = 13.88%
BLUE value IS 188 (73.83% from 255) = 41.41%
R=44.71%
G=13.88%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036318800.690.070.20306.4357.3852.16
HexCB3FBC0457141323934
Octal3137727401057244627164
Binary11001011111111101111000100010111110100100110010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb3fbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb3fbc; }

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

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

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

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

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

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

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

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