#CB54C7

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

Shades of Fuchsia #CB54C7

Tints of Fuchsia #CB54C7

Color information

#CB54C7 (or 0xCB54C7) is unknown color: approx Fuchsia. HEX triplet: CB, 54 and C7. RGB value is (203,84,199). Sum of RGB (Red+Green+Blue) = 203+84+199=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 199 (78.12% from 255 or 40.95% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB54C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB54C7 is #34AB38. Grayscale: #848484. Windows color (decimal): -3451705 or 13063371. OLE color: 13063371.

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

Color convert

RGB20384199-
CMYK00.590.020.20
HSL302.02º53.36%56.27%-
HSV(B)302.02º58.62%79.61%-
XYZ38.1123.1656.49-
YUV132.69165.42178.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.77%
GREEN value IS 84 (33.20% from 255) = 17.28%
BLUE value IS 199 (78.12% from 255) = 40.95%
R=41.77%
G=17.28%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038419900.590.020.20302.0253.3656.27
HexCB54C703B21412e3538
Octal3131243070732244566570
Binary1100101110101001100011101110111010100100101110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB54C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB54C7; }

 p { color: rgb(203,84,199); }

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

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

 a { background-color: rgb(203,84,199); }

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

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

 span { border-color: rgb(203,84,199); }

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