#CC45BD

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

Shades of Fuchsia #CC45BD

Tints of Fuchsia #CC45BD

Color information

#CC45BD (or 0xCC45BD) is unknown color: approx Fuchsia. HEX triplet: CC, 45 and BD. RGB value is (204,69,189). Sum of RGB (Red+Green+Blue) = 204+69+189=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 69 (27.34% from 255 or 14.94% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC45BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC45BD is #33BA42. Grayscale: #7A7A7A. Windows color (decimal): -3390019 or 12404172. OLE color: 12404172.

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

Color convert

RGB20469189-
CMYK00.660.070.2
HSL306.67º56.96%53.53%-
HSV(B)306.67º66.18%80%-
XYZ36.2220.7750.24-
YUV123.04165.23185.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.16%
GREEN value IS 69 (27.34% from 255) = 14.94%
BLUE value IS 189 (74.22% from 255) = 40.91%
R=44.16%
G=14.94%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046918900.660.070.2306.6756.9653.53
HexCC45BD0427141333936
Octal31410527501027244637166
Binary110011001000101101111010100001011110100100110011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC45BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC45BD; }

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

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

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

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

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

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

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

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