Html Css Color HEX #CC46AC Fuchsia

📋 copy color: '#CC46AC'

red 204 ◦ green 70 ◦ blue 172

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

Shades of Fuchsia #CC46AC

Tints of Fuchsia #CC46AC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.7%

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

R = 45.74%
G = 15.7%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC46AC (or 0xCC46AC) is known color: Fuchsia. HEX triplet: CC, 46 and AC. RGB value is (204,70,172). Sum of RGB (Red+Green+Blue) = 204+70+172=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC46AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC46AC is #33B953. Grayscale: #797979. Windows color (decimal): -3389780 or 11290316. OLE color: 11290316.

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

Color convert

RGB 204 70 172 -
CMYK 0 0.66 0.16 0.2
HSL 314.33º 0.57% 0.54% -
HSV(B) 314.33º 0.66% 0.8% -
XYZ 34.54 20.2 41.11 -
YUV 121.69 156.39 186.71 -
System Red Green Blue C M Y K H S L
Decimal 204 70 172 0 0.66 0.16 0.2 314.33 0.57 0.54
Hex CC 46 AC 0 42 10 14 13A 39 36
Octal 314 106 254 0 102 20 24 472 71 66
Binary 11001100 1000110 10101100 0 1000010 10000 10100 100111010 111001 110110

Color Harmonies of #CC46AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC46AC

Black with #CC46AC

Text Example


Text Example

White with #CC46AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC46AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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