#CC3AB4

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

Shades of Fuchsia #CC3AB4

Tints of Fuchsia #CC3AB4

Color information

#CC3AB4 (or 0xCC3AB4) is unknown color: approx Fuchsia. HEX triplet: CC, 3A and B4. RGB value is (204,58,180). Sum of RGB (Red+Green+Blue) = 204+58+180=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 58 (23.05% from 255 or 13.12% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3AB4 is #33C54B. Grayscale: #737373. Windows color (decimal): -3392844 or 11811532. OLE color: 11811532.

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

Color convert

RGB20458180-
CMYK00.720.120.2
HSL309.86º58.87%51.37%-
HSV(B)309.86º71.57%80%-
XYZ34.6519.1645.05-
YUV115.56164.37191.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.15%
GREEN value IS 58 (23.05% from 255) = 13.12%
BLUE value IS 180 (70.70% from 255) = 40.72%
R=46.15%
G=13.12%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045818000.720.120.2309.8658.8751.37
HexCC3AB4048C141363b33
Octal31472264011014244667363
Binary110011001110101011010001001000110010100100110110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3AB4; }

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

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

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

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

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

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

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

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