#CB5CBE

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

Shades of Fuchsia #CB5CBE

Tints of Fuchsia #CB5CBE

Color information

#CB5CBE (or 0xCB5CBE) is unknown color: approx Fuchsia. HEX triplet: CB, 5C and BE. RGB value is (203,92,190). Sum of RGB (Red+Green+Blue) = 203+92+190=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5CBE is #34A341. Grayscale: #888888. Windows color (decimal): -3449666 or 12475595. OLE color: 12475595.

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

Color convert

RGB20392190-
CMYK00.550.060.20
HSL307.03º51.63%57.84%-
HSV(B)307.03º54.68%79.61%-
XYZ37.7524.0751.37-
YUV136.36158.27175.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.86%
GREEN value IS 92 (36.33% from 255) = 18.97%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=41.86%
G=18.97%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039219000.550.060.20307.0351.6357.84
HexCB5CBE037614133343a
Octal3131342760676244636472
Binary11001011101110010111110011011111010100100110011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5CBE; }

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

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

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

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

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

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

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

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