#CB37BF

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

Shades of Fuchsia #CB37BF

Tints of Fuchsia #CB37BF

Color information

#CB37BF (or 0xCB37BF) is unknown color: approx Fuchsia. HEX triplet: CB, 37 and BF. RGB value is (203,55,191). Sum of RGB (Red+Green+Blue) = 203+55+191=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 55 (21.88% from 255 or 12.25% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB37BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB37BF is #34C840. Grayscale: #727272. Windows color (decimal): -3459137 or 12531659. OLE color: 12531659.

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

Color convert

RGB20355191-
CMYK00.730.060.20
HSL304.86º58.73%50.59%-
HSV(B)304.86º72.91%79.61%-
XYZ35.419.1951.13-
YUV114.76171.03190.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.21%
GREEN value IS 55 (21.88% from 255) = 12.25%
BLUE value IS 191 (75% from 255) = 42.54%
R=45.21%
G=12.25%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035519100.730.060.20304.8658.7350.59
HexCB37BF0496141313b33
Octal3136727701116244617363
Binary11001011110111101111110100100111010100100110001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB37BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB37BF; }

 p { color: rgb(203,55,191); }

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

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

 a { background-color: rgb(203,55,191); }

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

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

 span { border-color: rgb(203,55,191); }

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