Html Css Color HEX #CC53AC Fuchsia

📋 copy color: '#CC53AC'

red 204 ◦ green 83 ◦ blue 172

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

Shades of Fuchsia #CC53AC

Tints of Fuchsia #CC53AC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.08%

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

R = 44.44%
G = 18.08%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC53AC (or 0xCC53AC) is known color: Fuchsia. HEX triplet: CC, 53 and AC. RGB value is (204,83,172). Sum of RGB (Red+Green+Blue) = 204+83+172=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC53AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC53AC is #33AC53. Grayscale: #818181. Windows color (decimal): -3386452 or 11293644. OLE color: 11293644.

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

Color convert

RGB 204 83 172 -
CMYK 0 0.59 0.16 0.2
HSL 315.87º 0.54% 0.56% -
HSV(B) 315.87º 0.59% 0.8% -
XYZ 35.44 22 41.41 -
YUV 129.33 152.09 181.26 -
System Red Green Blue C M Y K H S L
Decimal 204 83 172 0 0.59 0.16 0.2 315.87 0.54 0.56
Hex CC 53 AC 0 3B 10 14 13C 36 38
Octal 314 123 254 0 73 20 24 474 66 70
Binary 11001100 1010011 10101100 0 111011 10000 10100 100111100 110110 111000

Color Harmonies of #CC53AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC53AC

Black with #CC53AC

Text Example


Text Example

White with #CC53AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC53AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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