Html Css Color HEX #CC33AC Fuchsia

📋 copy color: '#CC33AC'

red 204 ◦ green 51 ◦ blue 172

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

Shades of Fuchsia #CC33AC

Tints of Fuchsia #CC33AC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.94%

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

R = 47.78%
G = 11.94%
B = 40.28%

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

#CC33AC (or 0xCC33AC) is known color: Fuchsia. HEX triplet: CC, 33 and AC. RGB value is (204,51,172). Sum of RGB (Red+Green+Blue) = 204+51+172=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 51 (20.31% from 255 or 11.94% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC33AC is #33CC53. Grayscale: #6E6E6E. Windows color (decimal): -3394644 or 11285452. OLE color: 11285452.

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

Color convert

RGB 204 51 172 -
CMYK 0 0.75 0.16 0.2
HSL 312.55º 0.6% 0.5% -
HSV(B) 312.55º 0.75% 0.8% -
XYZ 33.53 18.18 40.77 -
YUV 110.54 162.69 194.66 -
System Red Green Blue C M Y K H S L
Decimal 204 51 172 0 0.75 0.16 0.2 312.55 0.6 0.5
Hex CC 33 AC 0 4B 10 14 139 3C 32
Octal 314 63 254 0 113 20 24 471 74 62
Binary 11001100 110011 10101100 0 1001011 10000 10100 100111001 111100 110010

Color Harmonies of #CC33AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC33AC

Black with #CC33AC

Text Example


Text Example

White with #CC33AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC33AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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