#CC55C4

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

Shades of Fuchsia #CC55C4

Tints of Fuchsia #CC55C4

Color information

#CC55C4 (or 0xCC55C4) is unknown color: approx Fuchsia. HEX triplet: CC, 55 and C4. RGB value is (204,85,196). Sum of RGB (Red+Green+Blue) = 204+85+196=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 196 (76.95% from 255 or 40.41% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC55C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC55C4 is #33AA3B. Grayscale: #848484. Windows color (decimal): -3385916 or 12867020. OLE color: 12867020.

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

Color convert

RGB20485196-
CMYK00.580.040.2
HSL304.03º53.85%56.67%-
HSV(B)304.03º58.33%80%-
XYZ38.1123.3254.72-
YUV133.23163.42178.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.06%
GREEN value IS 85 (33.59% from 255) = 17.53%
BLUE value IS 196 (76.95% from 255) = 40.41%
R=42.06%
G=17.53%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048519600.580.040.2304.0353.8556.67
HexCC55C403A4141303639
Octal3141253040724244606671
Binary11001100101010111000100011101010010100100110000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC55C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC55C4; }

 p { color: rgb(204,85,196); }

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

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

 a { background-color: rgb(204,85,196); }

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

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

 span { border-color: rgb(204,85,196); }

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