Html Css Color HEX #CC40AC Fuchsia

📋 copy color: '#CC40AC'

red 204 ◦ green 64 ◦ blue 172

#CC40AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CC40AC

Tints of Fuchsia #CC40AC

RGB

 RED value IS 204 (80.08% from 255) = 46.36%

 GREEN value IS 64 (25.39% from 255) = 14.55%

 BLUE value IS 172 (67.58% from 255) = 39.09%

R = 46.36%
G = 14.55%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC40AC (or 0xCC40AC) is known color: Fuchsia. HEX triplet: CC, 40 and AC. RGB value is (204,64,172). Sum of RGB (Red+Green+Blue) = 204+64+172=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC40AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC40AC is #33BF53. Grayscale: #757575. Windows color (decimal): -3391316 or 11288780. OLE color: 11288780.

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

Color convert

RGB 204 64 172 -
CMYK 0 0.69 0.16 0.2
HSL 313.71º 0.58% 0.53% -
HSV(B) 313.71º 0.69% 0.8% -
XYZ 34.18 19.48 40.99 -
YUV 118.17 158.38 189.22 -
System Red Green Blue C M Y K H S L
Decimal 204 64 172 0 0.69 0.16 0.2 313.71 0.58 0.53
Hex CC 40 AC 0 45 10 14 13A 3A 35
Octal 314 100 254 0 105 20 24 472 72 65
Binary 11001100 1000000 10101100 0 1000101 10000 10100 100111010 111010 110101

Color Harmonies of #CC40AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC40AC

Black with #CC40AC

Text Example


Text Example

White with #CC40AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC40AC; }

 p { color: rgb(204,64,172); }

 H1.HeaderClassName
 {
   color: #CC40AC;
 }
 .AnyTagClassName
 {
   color: #CC40AC;
 }
</style>

background-color css

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

 a { background-color: rgb(204,64,172); }

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

border-color css

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

 span { border-color: rgb(204,64,172); }

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