#CB2FB9

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

Shades of Fuchsia #CB2FB9

Tints of Fuchsia #CB2FB9

Color information

#CB2FB9 (or 0xCB2FB9) is unknown color: approx Fuchsia. HEX triplet: CB, 2F and B9. RGB value is (203,47,185). Sum of RGB (Red+Green+Blue) = 203+47+185=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2FB9 is #34D046. Grayscale: #6C6C6C. Windows color (decimal): -3461191 or 12136395. OLE color: 12136395.

HSL color Cylindrical-coordinate representation of color #CB2FB9: hue angle of 306.92º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2FB9 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB20347185-
CMYK00.770.090.20
HSL306.92º62.4%49.02%-
HSV(B)306.92º76.85%79.61%-
XYZ34.418.2347.6-
YUV109.38170.68194.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.67%
GREEN value IS 47 (18.75% from 255) = 10.80%
BLUE value IS 185 (72.66% from 255) = 42.53%
R=46.67%
G=10.80%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034718500.770.090.20306.9262.449.02
HexCB2FB904D9141333e31
Octal31357271011511244637661
Binary110010111011111011100101001101100110100100110011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2FB9; }

 p { color: rgb(203,47,185); }

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

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

 a { background-color: rgb(203,47,185); }

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

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

 span { border-color: rgb(203,47,185); }

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