#CB5BCF

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

Shades of Fuchsia #CB5BCF

Tints of Fuchsia #CB5BCF

Color information

#CB5BCF (or 0xCB5BCF) is unknown color: approx Fuchsia. HEX triplet: CB, 5B and CF. RGB value is (203,91,207). Sum of RGB (Red+Green+Blue) = 203+91+207=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 91 (35.94% from 255 or 18.16% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB5BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5BCF is #34A430. Grayscale: #898989. Windows color (decimal): -3449905 or 13589451. OLE color: 13589451.

HSL color Cylindrical-coordinate representation of color #CB5BCF: hue angle of 297.93º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB5BCF is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20391207-
CMYK0.020.5600.19
HSL297.93º54.72%58.43%-
HSV(B)297.93º56.04%81.18%-
XYZ39.6324.6861.71-
YUV137.71167.11174.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.52%
GREEN value IS 91 (35.94% from 255) = 18.16%
BLUE value IS 207 (81.25% from 255) = 41.32%
R=40.52%
G=18.16%
B=41.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal203912070.020.5600.19297.9354.7258.43
HexCB5BCF23801312a373a
Octal3131333172700234526772
Binary1100101110110111100111110111000010011100101010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5BCF; }

 p { color: rgb(203,91,207); }

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

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

 a { background-color: rgb(203,91,207); }

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

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

 span { border-color: rgb(203,91,207); }

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