#CB5DC1

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

Shades of Fuchsia #CB5DC1

Tints of Fuchsia #CB5DC1

Color information

#CB5DC1 (or 0xCB5DC1) is unknown color: approx Fuchsia. HEX triplet: CB, 5D and C1. RGB value is (203,93,193). Sum of RGB (Red+Green+Blue) = 203+93+193=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5DC1 is #34A23E. Grayscale: #898989. Windows color (decimal): -3449407 or 12672459. OLE color: 12672459.

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

Color convert

RGB20393193-
CMYK00.540.050.20
HSL305.45º51.4%58.04%-
HSV(B)305.45º54.19%79.61%-
XYZ38.1724.3853.15-
YUV137.29159.44174.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.51%
GREEN value IS 93 (36.72% from 255) = 19.02%
BLUE value IS 193 (75.78% from 255) = 39.47%
R=41.51%
G=19.02%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039319300.540.050.20305.4551.458.04
HexCB5DC1036514131333a
Octal3131353010665244616372
Binary11001011101110111000001011011010110100100110001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5DC1; }

 p { color: rgb(203,93,193); }

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

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

 a { background-color: rgb(203,93,193); }

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

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

 span { border-color: rgb(203,93,193); }

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