Html Css Color HEX #CC5FAC Fuchsia

📋 copy color: '#CC5FAC'

red 204 ◦ green 95 ◦ blue 172

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

Shades of Fuchsia #CC5FAC

Tints of Fuchsia #CC5FAC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.17%

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

R = 43.31%
G = 20.17%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC5FAC (or 0xCC5FAC) is known color: Fuchsia. HEX triplet: CC, 5F and AC. RGB value is (204,95,172). Sum of RGB (Red+Green+Blue) = 204+95+172=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5FAC is #33A053. Grayscale: #888888. Windows color (decimal): -3383380 or 11296716. OLE color: 11296716.

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

Color convert

RGB 204 95 172 -
CMYK 0 0.53 0.16 0.2
HSL 317.61º 0.52% 0.59% -
HSV(B) 317.61º 0.53% 0.8% -
XYZ 36.44 24 41.74 -
YUV 136.37 148.11 176.24 -
System Red Green Blue C M Y K H S L
Decimal 204 95 172 0 0.53 0.16 0.2 317.61 0.52 0.59
Hex CC 5F AC 0 35 10 14 13E 34 3B
Octal 314 137 254 0 65 20 24 476 64 73
Binary 11001100 1011111 10101100 0 110101 10000 10100 100111110 110100 111011

Color Harmonies of #CC5FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5FAC

Black with #CC5FAC

Text Example


Text Example

White with #CC5FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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