Html Css Color HEX #CC32AD Fuchsia

📋 copy color: '#CC32AD'

red 204 ◦ green 50 ◦ blue 173

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

Shades of Fuchsia #CC32AD

Tints of Fuchsia #CC32AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.52%

R = 47.78%
G = 11.71%
B = 40.52%

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

#CC32AD (or 0xCC32AD) is known color: Fuchsia. HEX triplet: CC, 32 and AD. RGB value is (204,50,173). Sum of RGB (Red+Green+Blue) = 204+50+173=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC32AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC32AD is #33CD52. Grayscale: #6D6D6D. Windows color (decimal): -3394899 or 11350732. OLE color: 11350732.

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

Color convert

RGB 204 50 173 -
CMYK 0 0.75 0.15 0.2
HSL 312.08º 0.61% 0.5% -
HSV(B) 312.08º 0.75% 0.8% -
XYZ 33.59 18.14 41.27 -
YUV 110.07 163.52 195 -
System Red Green Blue C M Y K H S L
Decimal 204 50 173 0 0.75 0.15 0.2 312.08 0.61 0.5
Hex CC 32 AD 0 4B F 14 138 3D 32
Octal 314 62 255 0 113 17 24 470 75 62
Binary 11001100 110010 10101101 0 1001011 1111 10100 100111000 111101 110010

Color Harmonies of #CC32AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC32AD

Black with #CC32AD

Text Example


Text Example

White with #CC32AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC32AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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