#CB44BC

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

Shades of Fuchsia #CB44BC

Tints of Fuchsia #CB44BC

Color information

#CB44BC (or 0xCB44BC) is unknown color: approx Fuchsia. HEX triplet: CB, 44 and BC. RGB value is (203,68,188). Sum of RGB (Red+Green+Blue) = 203+68+188=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB44BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB44BC is #34BB43. Grayscale: #797979. Windows color (decimal): -3455812 or 12338379. OLE color: 12338379.

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

Color convert

RGB20368188-
CMYK00.670.070.20
HSL306.67º56.49%53.14%-
HSV(B)306.67º66.5%79.61%-
XYZ35.7720.4649.64-
YUV122.04165.23185.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.23%
GREEN value IS 68 (26.95% from 255) = 14.81%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=44.23%
G=14.81%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036818800.670.070.20306.6756.4953.14
HexCB44BC0437141333835
Octal31310427401037244637065
Binary110010111000100101111000100001111110100100110011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB44BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB44BC; }

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

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

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

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

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

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

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

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