Html Css Color HEX #CC34AC Fuchsia

📋 copy color: '#CC34AC'

red 204 ◦ green 52 ◦ blue 172

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

Shades of Fuchsia #CC34AC

Tints of Fuchsia #CC34AC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.15%

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

R = 47.66%
G = 12.15%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC34AC (or 0xCC34AC) is known color: Fuchsia. HEX triplet: CC, 34 and AC. RGB value is (204,52,172). Sum of RGB (Red+Green+Blue) = 204+52+172=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 52 (20.70% from 255 or 12.15% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC34AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC34AC is #33CB53. Grayscale: #6E6E6E. Windows color (decimal): -3394388 or 11285708. OLE color: 11285708.

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

Color convert

RGB 204 52 172 -
CMYK 0 0.75 0.16 0.2
HSL 312.63º 0.6% 0.5% -
HSV(B) 312.63º 0.75% 0.8% -
XYZ 33.58 18.27 40.79 -
YUV 111.13 162.36 194.24 -
System Red Green Blue C M Y K H S L
Decimal 204 52 172 0 0.75 0.16 0.2 312.63 0.6 0.5
Hex CC 34 AC 0 4B 10 14 139 3C 32
Octal 314 64 254 0 113 20 24 471 74 62
Binary 11001100 110100 10101100 0 1001011 10000 10100 100111001 111100 110010

Color Harmonies of #CC34AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC34AC

Black with #CC34AC

Text Example


Text Example

White with #CC34AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC34AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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