Html Css Color HEX #CC4CAA Fuchsia

📋 copy color: '#CC4CAA'

red 204 ◦ green 76 ◦ blue 170

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

Shades of Fuchsia #CC4CAA

Tints of Fuchsia #CC4CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.89%

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

R = 45.33%
G = 16.89%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC4CAA (or 0xCC4CAA) is known color: Fuchsia. HEX triplet: CC, 4C and AA. RGB value is (204,76,170). Sum of RGB (Red+Green+Blue) = 204+76+170=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4CAA is #33B355. Grayscale: #7C7C7C. Windows color (decimal): -3388246 or 11160780. OLE color: 11160780.

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

Color convert

RGB 204 76 170 -
CMYK 0 0.63 0.17 0.2
HSL 315.94º 0.56% 0.55% -
HSV(B) 315.94º 0.63% 0.8% -
XYZ 34.74 20.91 40.23 -
YUV 124.99 153.41 184.36 -
System Red Green Blue C M Y K H S L
Decimal 204 76 170 0 0.63 0.17 0.2 315.94 0.56 0.55
Hex CC 4C AA 0 3F 11 14 13C 38 37
Octal 314 114 252 0 77 21 24 474 70 67
Binary 11001100 1001100 10101010 0 111111 10001 10100 100111100 111000 110111

Color Harmonies of #CC4CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4CAA

Black with #CC4CAA

Text Example


Text Example

White with #CC4CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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