#CC72B4

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

Shades of Fuchsia #CC72B4

Tints of Fuchsia #CC72B4

Color information

#CC72B4 (or 0xCC72B4) is unknown color: approx Fuchsia. HEX triplet: CC, 72 and B4. RGB value is (204,114,180). Sum of RGB (Red+Green+Blue) = 204+114+180=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC72B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC72B4 is #338D4B. Grayscale: #949494. Windows color (decimal): -3378508 or 11825868. OLE color: 11825868.

HSL color Cylindrical-coordinate representation of color #CC72B4: hue angle of 316º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC72B4 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB204114180-
CMYK00.440.120.2
HSL316º46.88%62.35%-
HSV(B)316º44.12%80%-
XYZ39.1628.1746.55-
YUV148.43145.82167.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.96%
GREEN value IS 114 (44.92% from 255) = 22.89%
BLUE value IS 180 (70.70% from 255) = 36.14%
R=40.96%
G=22.89%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411418000.440.120.231646.8862.35
HexCC72B402CC1413c2f3e
Octal31416226405414244745776
Binary110011001110010101101000101100110010100100111100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC72B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC72B4; }

 p { color: rgb(204,114,180); }

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

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

 a { background-color: rgb(204,114,180); }

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

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

 span { border-color: rgb(204,114,180); }

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