#CC72B3

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

Shades of Fuchsia #CC72B3

Tints of Fuchsia #CC72B3

Color information

#CC72B3 (or 0xCC72B3) is unknown color: approx Fuchsia. HEX triplet: CC, 72 and B3. RGB value is (204,114,179). Sum of RGB (Red+Green+Blue) = 204+114+179=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 179 (70.31% from 255 or 36.02% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC72B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC72B3 is #338D4C. Grayscale: #949494. Windows color (decimal): -3378509 or 11760332. OLE color: 11760332.

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

Color convert

RGB204114179-
CMYK00.440.120.2
HSL316.67º46.88%62.35%-
HSV(B)316.67º44.12%80%-
XYZ39.0628.1346.02-
YUV148.32145.32167.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 114 (44.92% from 255) = 22.94%
BLUE value IS 179 (70.31% from 255) = 36.02%
R=41.05%
G=22.94%
B=36.02%

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
Decimal20411417900.440.120.2316.6746.8862.35
HexCC72B302CC1413d2f3e
Octal31416226305414244755776
Binary110011001110010101100110101100110010100100111101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC72B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC72B3; }

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

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

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

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

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

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

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

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