#CB3BBD

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

Shades of Fuchsia #CB3BBD

Tints of Fuchsia #CB3BBD

Color information

#CB3BBD (or 0xCB3BBD) is unknown color: approx Fuchsia. HEX triplet: CB, 3B and BD. RGB value is (203,59,189). Sum of RGB (Red+Green+Blue) = 203+59+189=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 59 (23.44% from 255 or 13.08% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3BBD is #34C442. Grayscale: #747474. Windows color (decimal): -3458115 or 12401611. OLE color: 12401611.

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

Color convert

RGB20359189-
CMYK00.710.070.20
HSL305.83º58.06%51.37%-
HSV(B)305.83º70.94%79.61%-
XYZ35.3819.550.04-
YUV116.88168.71189.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.01%
GREEN value IS 59 (23.44% from 255) = 13.08%
BLUE value IS 189 (74.22% from 255) = 41.91%
R=45.01%
G=13.08%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035918900.710.070.20305.8358.0651.37
HexCB3BBD0477141323a33
Octal3137327501077244627263
Binary11001011111011101111010100011111110100100110010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3BBD; }

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

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

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

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

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

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

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

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