#CB49BD

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

Shades of Fuchsia #CB49BD

Tints of Fuchsia #CB49BD

Color information

#CB49BD (or 0xCB49BD) is unknown color: approx Fuchsia. HEX triplet: CB, 49 and BD. RGB value is (203,73,189). Sum of RGB (Red+Green+Blue) = 203+73+189=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB49BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB49BD is #34B642. Grayscale: #7C7C7C. Windows color (decimal): -3454531 or 12405195. OLE color: 12405195.

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

Color convert

RGB20373189-
CMYK00.640.070.20
HSL306.46º55.56%54.12%-
HSV(B)306.46º64.04%79.61%-
XYZ36.221.1450.32-
YUV125.09164.07183.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.66%
GREEN value IS 73 (28.91% from 255) = 15.70%
BLUE value IS 189 (74.22% from 255) = 40.65%
R=43.66%
G=15.70%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037318900.640.070.20306.4655.5654.12
HexCB49BD0407141323836
Octal31311127501007244627066
Binary110010111001001101111010100000011110100100110010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB49BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB49BD; }

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

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

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

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

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

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

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

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