#CC45BB

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

Shades of Fuchsia #CC45BB

Tints of Fuchsia #CC45BB

Color information

#CC45BB (or 0xCC45BB) is unknown color: approx Fuchsia. HEX triplet: CC, 45 and BB. RGB value is (204,69,187). Sum of RGB (Red+Green+Blue) = 204+69+187=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 69 (27.34% from 255 or 15% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC45BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC45BB is #33BA44. Grayscale: #7A7A7A. Windows color (decimal): -3390021 or 12273100. OLE color: 12273100.

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

Color convert

RGB20469187-
CMYK00.660.080.2
HSL307.56º56.96%53.53%-
HSV(B)307.56º66.18%80%-
XYZ3620.6849.11-
YUV122.82164.23185.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.35%
GREEN value IS 69 (27.34% from 255) = 15%
BLUE value IS 187 (73.44% from 255) = 40.65%
R=44.35%
G=15%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046918700.660.080.2307.5656.9653.53
HexCC45BB0428141343936
Octal314105273010210244647166
Binary1100110010001011011101101000010100010100100110100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC45BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC45BB; }

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

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

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

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

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

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

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

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