#CB3BC0

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

Shades of Fuchsia #CB3BC0

Tints of Fuchsia #CB3BC0

Color information

#CB3BC0 (or 0xCB3BC0) is unknown color: approx Fuchsia. HEX triplet: CB, 3B and C0. RGB value is (203,59,192). Sum of RGB (Red+Green+Blue) = 203+59+192=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 59 (23.44% from 255 or 13.00% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3BC0 is #34C43F. Grayscale: #747474. Windows color (decimal): -3458112 or 12598219. OLE color: 12598219.

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

Color convert

RGB20359192-
CMYK00.710.050.20
HSL304.58º58.06%51.37%-
HSV(B)304.58º70.94%79.61%-
XYZ35.7119.6351.78-
YUV117.22170.21189.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.71%
GREEN value IS 59 (23.44% from 255) = 13.00%
BLUE value IS 192 (75.39% from 255) = 42.29%
R=44.71%
G=13.00%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035919200.710.050.20304.5858.0651.37
HexCB3BC00475141313a33
Octal3137330001075244617263
Binary11001011111011110000000100011110110100100110001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3BC0; }

 p { color: rgb(203,59,192); }

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

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

 a { background-color: rgb(203,59,192); }

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

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

 span { border-color: rgb(203,59,192); }

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