Html Css Color HEX #CC32BE Fuchsia

📋 copy color: '#CC32BE'

red 204 ◦ green 50 ◦ blue 190

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

Shades of Fuchsia #CC32BE

Tints of Fuchsia #CC32BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.79%

R = 45.95%
G = 11.26%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC32BE (or 0xCC32BE) is known color: Fuchsia. HEX triplet: CC, 32 and BE. RGB value is (204,50,190). Sum of RGB (Red+Green+Blue) = 204+50+190=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC32BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC32BE is #33CD41. Grayscale: #6F6F6F. Windows color (decimal): -3394882 or 12464844. OLE color: 12464844.

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

Color convert

RGB 204 50 190 -
CMYK 0 0.75 0.07 0.2
HSL 305.45º 0.61% 0.5% -
HSV(B) 305.45º 0.75% 0.8% -
XYZ 35.34 18.84 50.49 -
YUV 112.01 172.02 193.62 -
System Red Green Blue C M Y K H S L
Decimal 204 50 190 0 0.75 0.07 0.2 305.45 0.61 0.5
Hex CC 32 BE 0 4B 7 14 131 3D 32
Octal 314 62 276 0 113 7 24 461 75 62
Binary 11001100 110010 10111110 0 1001011 111 10100 100110001 111101 110010

Color Harmonies of #CC32BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC32BE

Black with #CC32BE

Text Example


Text Example

White with #CC32BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC32BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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