#CB46BC

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

Shades of Fuchsia #CB46BC

Tints of Fuchsia #CB46BC

Color information

#CB46BC (or 0xCB46BC) is unknown color: approx Fuchsia. HEX triplet: CB, 46 and BC. RGB value is (203,70,188). Sum of RGB (Red+Green+Blue) = 203+70+188=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB46BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB46BC is #34B943. Grayscale: #7A7A7A. Windows color (decimal): -3455300 or 12338891. OLE color: 12338891.

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

Color convert

RGB20370188-
CMYK00.660.070.20
HSL306.77º56.12%53.53%-
HSV(B)306.77º65.52%79.61%-
XYZ35.920.7149.68-
YUV123.22164.56184.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.03%
GREEN value IS 70 (27.73% from 255) = 15.18%
BLUE value IS 188 (73.83% from 255) = 40.78%
R=44.03%
G=15.18%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037018800.660.070.20306.7756.1253.53
HexCB46BC0427141333836
Octal31310627401027244637066
Binary110010111000110101111000100001011110100100110011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB46BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB46BC; }

 p { color: rgb(203,70,188); }

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

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

 a { background-color: rgb(203,70,188); }

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

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

 span { border-color: rgb(203,70,188); }

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