Html Css Color HEX #CC4AAA Fuchsia

📋 copy color: '#CC4AAA'

red 204 ◦ green 74 ◦ blue 170

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

Shades of Fuchsia #CC4AAA

Tints of Fuchsia #CC4AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.95%

R = 45.54%
G = 16.52%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC4AAA (or 0xCC4AAA) is known color: Fuchsia. HEX triplet: CC, 4A and AA. RGB value is (204,74,170). Sum of RGB (Red+Green+Blue) = 204+74+170=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4AAA is #33B555. Grayscale: #7B7B7B. Windows color (decimal): -3388758 or 11160268. OLE color: 11160268.

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

Color convert

RGB 204 74 170 -
CMYK 0 0.64 0.17 0.2
HSL 315.69º 0.56% 0.55% -
HSV(B) 315.69º 0.64% 0.8% -
XYZ 34.61 20.64 40.19 -
YUV 123.81 154.07 185.19 -
System Red Green Blue C M Y K H S L
Decimal 204 74 170 0 0.64 0.17 0.2 315.69 0.56 0.55
Hex CC 4A AA 0 40 11 14 13C 38 37
Octal 314 112 252 0 100 21 24 474 70 67
Binary 11001100 1001010 10101010 0 1000000 10001 10100 100111100 111000 110111

Color Harmonies of #CC4AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4AAA

Black with #CC4AAA

Text Example


Text Example

White with #CC4AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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