#CC3DC5

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

Shades of Fuchsia #CC3DC5

Tints of Fuchsia #CC3DC5

Color information

#CC3DC5 (or 0xCC3DC5) is unknown color: approx Fuchsia. HEX triplet: CC, 3D and C5. RGB value is (204,61,197). Sum of RGB (Red+Green+Blue) = 204+61+197=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 61 (24.22% from 255 or 13.20% from 462); Blue value is 197 (77.34% from 255 or 42.64% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3DC5 is #33C23A. Grayscale: #767676. Windows color (decimal): -3392059 or 12926412. OLE color: 12926412.

HSL color Cylindrical-coordinate representation of color #CC3DC5: hue angle of 302.94º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC3DC5 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB20461197-
CMYK00.700.030.2
HSL302.94º58.37%51.96%-
HSV(B)302.94º70.1%80%-
XYZ36.6520.2154.79-
YUV119.26171.88188.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.16%
GREEN value IS 61 (24.22% from 255) = 13.20%
BLUE value IS 197 (77.34% from 255) = 42.64%
R=44.16%
G=13.20%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046119700.700.030.2302.9458.3751.96
HexCC3DC504631412f3a34
Octal3147530501063244577264
Binary1100110011110111000101010001101110100100101111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3DC5; }

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

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

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

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

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

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

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

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