Html Css Color HEX #CC32AE Fuchsia

📋 copy color: '#CC32AE'

red 204 ◦ green 50 ◦ blue 174

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

Shades of Fuchsia #CC32AE

Tints of Fuchsia #CC32AE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.68%

 BLUE value IS 174 (68.36% from 255) = 40.65%

R = 47.66%
G = 11.68%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC32AE (or 0xCC32AE) is known color: Fuchsia. HEX triplet: CC, 32 and AE. RGB value is (204,50,174). Sum of RGB (Red+Green+Blue) = 204+50+174=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC32AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC32AE is #33CD51. Grayscale: #6D6D6D. Windows color (decimal): -3394898 or 11416268. OLE color: 11416268.

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

Color convert

RGB 204 50 174 -
CMYK 0 0.75 0.15 0.2
HSL 311.69º 0.61% 0.5% -
HSV(B) 311.69º 0.75% 0.8% -
XYZ 33.68 18.17 41.78 -
YUV 110.18 164.02 194.92 -
System Red Green Blue C M Y K H S L
Decimal 204 50 174 0 0.75 0.15 0.2 311.69 0.61 0.5
Hex CC 32 AE 0 4B F 14 138 3D 32
Octal 314 62 256 0 113 17 24 470 75 62
Binary 11001100 110010 10101110 0 1001011 1111 10100 100111000 111101 110010

Color Harmonies of #CC32AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC32AE

Black with #CC32AE

Text Example


Text Example

White with #CC32AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC32AE; }

 p { color: rgb(204,50,174); }

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

background-color css

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

 a { background-color: rgb(204,50,174); }

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

border-color css

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

 span { border-color: rgb(204,50,174); }

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