#CC55C5

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

Shades of Fuchsia #CC55C5

Tints of Fuchsia #CC55C5

Color information

#CC55C5 (or 0xCC55C5) is unknown color: approx Fuchsia. HEX triplet: CC, 55 and C5. RGB value is (204,85,197). Sum of RGB (Red+Green+Blue) = 204+85+197=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC55C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC55C5 is #33AA3A. Grayscale: #858585. Windows color (decimal): -3385915 or 12932556. OLE color: 12932556.

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

Color convert

RGB20485197-
CMYK00.580.030.2
HSL303.53º53.85%56.67%-
HSV(B)303.53º58.33%80%-
XYZ38.2323.3755.32-
YUV133.35163.92178.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.98%
GREEN value IS 85 (33.59% from 255) = 17.49%
BLUE value IS 197 (77.34% from 255) = 40.53%
R=41.98%
G=17.49%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048519700.580.030.2303.5353.8556.67
HexCC55C503A3141303639
Octal3141253050723244606671
Binary1100110010101011100010101110101110100100110000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC55C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC55C5; }

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

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

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

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

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

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

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

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