#CB49BF

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

Shades of Fuchsia #CB49BF

Tints of Fuchsia #CB49BF

Color information

#CB49BF (or 0xCB49BF) is unknown color: approx Fuchsia. HEX triplet: CB, 49 and BF. RGB value is (203,73,191). Sum of RGB (Red+Green+Blue) = 203+73+191=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB49BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB49BF is #34B640. Grayscale: #7C7C7C. Windows color (decimal): -3454529 or 12536267. OLE color: 12536267.

HSL color Cylindrical-coordinate representation of color #CB49BF: hue angle of 305.54º 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 #CB49BF is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB20373191-
CMYK00.640.060.20
HSL305.54º55.56%54.12%-
HSV(B)305.54º64.04%79.61%-
XYZ36.4221.2251.47-
YUV125.32165.07183.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.47%
GREEN value IS 73 (28.91% from 255) = 15.63%
BLUE value IS 191 (75% from 255) = 40.90%
R=43.47%
G=15.63%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037319100.640.060.20305.5455.5654.12
HexCB49BF0406141323836
Octal31311127701006244627066
Binary110010111001001101111110100000011010100100110010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB49BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB49BF; }

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

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

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

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

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

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

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

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