#CB3FBB

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

Shades of Fuchsia #CB3FBB

Tints of Fuchsia #CB3FBB

Color information

#CB3FBB (or 0xCB3FBB) is unknown color: approx Fuchsia. HEX triplet: CB, 3F and BB. RGB value is (203,63,187). Sum of RGB (Red+Green+Blue) = 203+63+187=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 63 (25% from 255 or 13.91% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3FBB is #34C044. Grayscale: #767676. Windows color (decimal): -3457093 or 12271563. OLE color: 12271563.

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

Color convert

RGB20363187-
CMYK00.690.080.20
HSL306.86º57.38%52.16%-
HSV(B)306.86º68.97%79.61%-
XYZ35.3819.8448.98-
YUV119166.38187.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.81%
GREEN value IS 63 (25% from 255) = 13.91%
BLUE value IS 187 (73.44% from 255) = 41.28%
R=44.81%
G=13.91%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036318700.690.080.20306.8657.3852.16
HexCB3FBB0458141333934
Octal31377273010510244637164
Binary110010111111111011101101000101100010100100110011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3FBB; }

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

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

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

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

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

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

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

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