#CB49BE

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

Shades of Fuchsia #CB49BE

Tints of Fuchsia #CB49BE

Color information

#CB49BE (or 0xCB49BE) is unknown color: approx Fuchsia. HEX triplet: CB, 49 and BE. RGB value is (203,73,190). Sum of RGB (Red+Green+Blue) = 203+73+190=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CB49BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB49BE is #34B641. Grayscale: #7C7C7C. Windows color (decimal): -3454530 or 12470731. OLE color: 12470731.

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

Color convert

RGB20373190-
CMYK00.640.060.20
HSL306º55.56%54.12%-
HSV(B)306º64.04%79.61%-
XYZ36.3121.1850.89-
YUV125.21164.57183.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.56%
GREEN value IS 73 (28.91% from 255) = 15.67%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=43.56%
G=15.67%
B=40.77%

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
Decimal2037319000.640.060.2030655.5654.12
HexCB49BE0406141323836
Octal31311127601006244627066
Binary110010111001001101111100100000011010100100110010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB49BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB49BE; }

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

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

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

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

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

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

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

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