#CB49CC

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

Shades of Fuchsia #CB49CC

Tints of Fuchsia #CB49CC

Color information

#CB49CC (or 0xCB49CC) is unknown color: approx Fuchsia. HEX triplet: CB, 49 and CC. RGB value is (203,73,204). Sum of RGB (Red+Green+Blue) = 203+73+204=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB49CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB49CC is #34B633. Grayscale: #7E7E7E. Windows color (decimal): -3454516 or 13388235. OLE color: 13388235.

HSL color Cylindrical-coordinate representation of color #CB49CC: hue angle of 299.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 #CB49CC is Cyan = 0.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB20373204-
CMYK0.000.6400.2
HSL299.54º56.22%54.31%-
HSV(B)299.54º64.22%80%-
XYZ37.9121.8259.34-
YUV126.8171.57182.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.29%
GREEN value IS 73 (28.91% from 255) = 15.21%
BLUE value IS 204 (80.08% from 255) = 42.5%
R=42.29%
G=15.21%
B=42.5%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal203732040.000.6400.2299.5456.2254.31
HexCB49CC04001412c3836
Octal31311131401000244547066
Binary1100101110010011100110001000000010100100101100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB49CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB49CC; }

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

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

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

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

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

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

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

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