#CC45B9

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

Shades of Fuchsia #CC45B9

Tints of Fuchsia #CC45B9

Color information

#CC45B9 (or 0xCC45B9) is unknown color: approx Fuchsia. HEX triplet: CC, 45 and B9. RGB value is (204,69,185). Sum of RGB (Red+Green+Blue) = 204+69+185=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 69 (27.34% from 255 or 15.07% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC45B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC45B9 is #33BA46. Grayscale: #7A7A7A. Windows color (decimal): -3390023 or 12142028. OLE color: 12142028.

HSL color Cylindrical-coordinate representation of color #CC45B9: hue angle of 308.44º degrees, saturation: 0.57, 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 #CC45B9 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB20469185-
CMYK00.660.090.2
HSL308.44º56.96%53.53%-
HSV(B)308.44º66.18%80%-
XYZ35.7920.647.99-
YUV122.59163.23186.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.54%
GREEN value IS 69 (27.34% from 255) = 15.07%
BLUE value IS 185 (72.66% from 255) = 40.39%
R=44.54%
G=15.07%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046918500.660.090.2308.4456.9653.53
HexCC45B90429141343936
Octal314105271010211244647166
Binary1100110010001011011100101000010100110100100110100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC45B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC45B9; }

 p { color: rgb(204,69,185); }

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

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

 a { background-color: rgb(204,69,185); }

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

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

 span { border-color: rgb(204,69,185); }

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