#CC49BD

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

Shades of Fuchsia #CC49BD

Tints of Fuchsia #CC49BD

Color information

#CC49BD (or 0xCC49BD) is unknown color: approx Fuchsia. HEX triplet: CC, 49 and BD. RGB value is (204,73,189). Sum of RGB (Red+Green+Blue) = 204+73+189=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC49BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49BD is #33B642. Grayscale: #7D7D7D. Windows color (decimal): -3388995 or 12405196. OLE color: 12405196.

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

Color convert

RGB20473189-
CMYK00.640.070.2
HSL306.87º56.22%54.31%-
HSV(B)306.87º64.22%80%-
XYZ36.4721.2850.33-
YUV125.39163.9184.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.78%
GREEN value IS 73 (28.91% from 255) = 15.67%
BLUE value IS 189 (74.22% from 255) = 40.56%
R=43.78%
G=15.67%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047318900.640.070.2306.8756.2254.31
HexCC49BD0407141333836
Octal31411127501007244637066
Binary110011001001001101111010100000011110100100110011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC49BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC49BD; }

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

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

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

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

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

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

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

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