Html Css Color HEX #CC44AC Fuchsia

📋 copy color: '#CC44AC'

red 204 ◦ green 68 ◦ blue 172

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

Shades of Fuchsia #CC44AC

Tints of Fuchsia #CC44AC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.32%

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

R = 45.95%
G = 15.32%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC44AC (or 0xCC44AC) is known color: Fuchsia. HEX triplet: CC, 44 and AC. RGB value is (204,68,172). Sum of RGB (Red+Green+Blue) = 204+68+172=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 68 (26.95% from 255 or 15.32% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC44AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC44AC is #33BB53. Grayscale: #787878. Windows color (decimal): -3390292 or 11289804. OLE color: 11289804.

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

Color convert

RGB 204 68 172 -
CMYK 0 0.67 0.16 0.2
HSL 314.12º 0.57% 0.53% -
HSV(B) 314.12º 0.67% 0.8% -
XYZ 34.42 19.95 41.07 -
YUV 120.52 157.06 187.54 -
System Red Green Blue C M Y K H S L
Decimal 204 68 172 0 0.67 0.16 0.2 314.12 0.57 0.53
Hex CC 44 AC 0 43 10 14 13A 39 35
Octal 314 104 254 0 103 20 24 472 71 65
Binary 11001100 1000100 10101100 0 1000011 10000 10100 100111010 111001 110101

Color Harmonies of #CC44AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC44AC

Black with #CC44AC

Text Example


Text Example

White with #CC44AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC44AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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