#CC45BA

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

Shades of Fuchsia #CC45BA

Tints of Fuchsia #CC45BA

Color information

#CC45BA (or 0xCC45BA) is unknown color: approx Fuchsia. HEX triplet: CC, 45 and BA. RGB value is (204,69,186). Sum of RGB (Red+Green+Blue) = 204+69+186=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 69 (27.34% from 255 or 15.03% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC45BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC45BA is #33BA45. Grayscale: #7A7A7A. Windows color (decimal): -3390022 or 12207564. OLE color: 12207564.

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

Color convert

RGB20469186-
CMYK00.660.090.2
HSL308º56.96%53.53%-
HSV(B)308º66.18%80%-
XYZ35.8920.6448.55-
YUV122.7163.73185.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.44%
GREEN value IS 69 (27.34% from 255) = 15.03%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=44.44%
G=15.03%
B=40.52%

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
Decimal2046918600.660.090.230856.9653.53
HexCC45BA0429141343936
Octal314105272010211244647166
Binary1100110010001011011101001000010100110100100110100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC45BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC45BA; }

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

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

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

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

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

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

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

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