#CC3ABB

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

Shades of Fuchsia #CC3ABB

Tints of Fuchsia #CC3ABB

Color information

#CC3ABB (or 0xCC3ABB) is unknown color: approx Fuchsia. HEX triplet: CC, 3A and BB. RGB value is (204,58,187). Sum of RGB (Red+Green+Blue) = 204+58+187=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3ABB is #33C544. Grayscale: #737373. Windows color (decimal): -3392837 or 12270284. OLE color: 12270284.

HSL color Cylindrical-coordinate representation of color #CC3ABB: hue angle of 306.99º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3ABB is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB20458187-
CMYK00.720.080.2
HSL306.99º58.87%51.37%-
HSV(B)306.99º71.57%80%-
XYZ35.3819.4548.9-
YUV116.36167.87190.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.43%
GREEN value IS 58 (23.05% from 255) = 12.92%
BLUE value IS 187 (73.44% from 255) = 41.65%
R=45.43%
G=12.92%
B=41.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045818700.720.080.2306.9958.8751.37
HexCC3ABB0488141333b33
Octal31472273011010244637363
Binary110011001110101011101101001000100010100100110011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3ABB; }

 p { color: rgb(204,58,187); }

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

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

 a { background-color: rgb(204,58,187); }

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

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

 span { border-color: rgb(204,58,187); }

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