#CB35BA

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

Shades of Fuchsia #CB35BA

Tints of Fuchsia #CB35BA

Color information

#CB35BA (or 0xCB35BA) is unknown color: approx Fuchsia. HEX triplet: CB, 35 and BA. RGB value is (203,53,186). Sum of RGB (Red+Green+Blue) = 203+53+186=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB35BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB35BA is #34CA45. Grayscale: #707070. Windows color (decimal): -3459654 or 12203467. OLE color: 12203467.

HSL color Cylindrical-coordinate representation of color #CB35BA: hue angle of 306.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB35BA is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB20353186-
CMYK00.740.080.20
HSL306.8º59.06%50.2%-
HSV(B)306.8º73.89%79.61%-
XYZ34.7618.7948.25-
YUV113.01169.2192.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.93%
GREEN value IS 53 (21.09% from 255) = 11.99%
BLUE value IS 186 (73.05% from 255) = 42.08%
R=45.93%
G=11.99%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035318600.740.080.20306.859.0650.2
HexCB35BA04A8141333b32
Octal31365272011210244637362
Binary110010111101011011101001001010100010100100110011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB35BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB35BA; }

 p { color: rgb(203,53,186); }

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

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

 a { background-color: rgb(203,53,186); }

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

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

 span { border-color: rgb(203,53,186); }

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