Html Css Color HEX #CC5DAC Fuchsia

📋 copy color: '#CC5DAC'

red 204 ◦ green 93 ◦ blue 172

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

Shades of Fuchsia #CC5DAC

Tints of Fuchsia #CC5DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.83%

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

R = 43.5%
G = 19.83%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC5DAC (or 0xCC5DAC) is known color: Fuchsia. HEX triplet: CC, 5D and AC. RGB value is (204,93,172). Sum of RGB (Red+Green+Blue) = 204+93+172=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5DAC is #33A253. Grayscale: #868686. Windows color (decimal): -3383892 or 11296204. OLE color: 11296204.

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

Color convert

RGB 204 93 172 -
CMYK 0 0.54 0.16 0.2
HSL 317.3º 0.52% 0.58% -
HSV(B) 317.3º 0.54% 0.8% -
XYZ 36.26 23.64 41.68 -
YUV 135.2 148.77 177.08 -
System Red Green Blue C M Y K H S L
Decimal 204 93 172 0 0.54 0.16 0.2 317.3 0.52 0.58
Hex CC 5D AC 0 36 10 14 13D 34 3A
Octal 314 135 254 0 66 20 24 475 64 72
Binary 11001100 1011101 10101100 0 110110 10000 10100 100111101 110100 111010

Color Harmonies of #CC5DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5DAC

Black with #CC5DAC

Text Example


Text Example

White with #CC5DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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