Html Css Color HEX #CC5ACC Fuchsia

📋 copy color: '#CC5ACC'

red 204 ◦ green 90 ◦ blue 204

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

Shades of Fuchsia #CC5ACC

Tints of Fuchsia #CC5ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.96%

R = 40.96%
G = 18.07%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC5ACC (or 0xCC5ACC) is known color: Fuchsia. HEX triplet: CC, 5A and CC. RGB value is (204,90,204). Sum of RGB (Red+Green+Blue) = 204+90+204=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 90 (35.55% from 255 or 18.07% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC5ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5ACC is #33A533. Grayscale: #888888. Windows color (decimal): -3384628 or 13392588. OLE color: 13392588.

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

Color convert

RGB 204 90 204 -
CMYK 0 0.56 0 0.2
HSL 300º 0.53% 0.58% -
HSV(B) 300º 0.56% 0.8% -
XYZ 39.46 24.51 59.78 -
YUV 137.08 165.77 175.73 -
System Red Green Blue C M Y K H S L
Decimal 204 90 204 0 0.56 0 0.2 300 0.53 0.58
Hex CC 5A CC 0 38 0 14 12C 35 3A
Octal 314 132 314 0 70 0 24 454 65 72
Binary 11001100 1011010 11001100 0 111000 0 10100 100101100 110101 111010

Color Harmonies of #CC5ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5ACC

Black with #CC5ACC

Text Example


Text Example

White with #CC5ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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