Html Css Color HEX #CC4AAC Fuchsia

📋 copy color: '#CC4AAC'

red 204 ◦ green 74 ◦ blue 172

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

Shades of Fuchsia #CC4AAC

Tints of Fuchsia #CC4AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.44%

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

R = 45.33%
G = 16.44%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC4AAC (or 0xCC4AAC) is known color: Fuchsia. HEX triplet: CC, 4A and AC. RGB value is (204,74,172). Sum of RGB (Red+Green+Blue) = 204+74+172=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4AAC is #33B553. Grayscale: #7B7B7B. Windows color (decimal): -3388756 or 11291340. OLE color: 11291340.

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

Color convert

RGB 204 74 172 -
CMYK 0 0.64 0.16 0.2
HSL 314.77º 0.56% 0.55% -
HSV(B) 314.77º 0.64% 0.8% -
XYZ 34.8 20.71 41.19 -
YUV 124.04 155.07 185.03 -
System Red Green Blue C M Y K H S L
Decimal 204 74 172 0 0.64 0.16 0.2 314.77 0.56 0.55
Hex CC 4A AC 0 40 10 14 13B 38 37
Octal 314 112 254 0 100 20 24 473 70 67
Binary 11001100 1001010 10101100 0 1000000 10000 10100 100111011 111000 110111

Color Harmonies of #CC4AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4AAC

Black with #CC4AAC

Text Example


Text Example

White with #CC4AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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