Html Css Color HEX #CC5AAD Fuchsia

📋 copy color: '#CC5AAD'

red 204 ◦ green 90 ◦ blue 173

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

Shades of Fuchsia #CC5AAD

Tints of Fuchsia #CC5AAD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.27%

 BLUE value IS 173 (67.97% from 255) = 37.04%

R = 43.68%
G = 19.27%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC5AAD (or 0xCC5AAD) is known color: Fuchsia. HEX triplet: CC, 5A and AD. RGB value is (204,90,173). Sum of RGB (Red+Green+Blue) = 204+90+173=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5AAD is #33A552. Grayscale: #858585. Windows color (decimal): -3384659 or 11360972. OLE color: 11360972.

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

Color convert

RGB 204 90 173 -
CMYK 0 0.56 0.15 0.2
HSL 316.32º 0.53% 0.58% -
HSV(B) 316.32º 0.56% 0.8% -
XYZ 36.1 23.17 42.1 -
YUV 133.55 150.27 178.25 -
System Red Green Blue C M Y K H S L
Decimal 204 90 173 0 0.56 0.15 0.2 316.32 0.53 0.58
Hex CC 5A AD 0 38 F 14 13C 35 3A
Octal 314 132 255 0 70 17 24 474 65 72
Binary 11001100 1011010 10101101 0 111000 1111 10100 100111100 110101 111010

Color Harmonies of #CC5AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5AAD

Black with #CC5AAD

Text Example


Text Example

White with #CC5AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5AAD; }

 p { color: rgb(204,90,173); }

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

background-color css

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

 a { background-color: rgb(204,90,173); }

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

border-color css

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

 span { border-color: rgb(204,90,173); }

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