Html Css Color HEX #CC32B7 Fuchsia

📋 copy color: '#CC32B7'

red 204 ◦ green 50 ◦ blue 183

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

Shades of Fuchsia #CC32B7

Tints of Fuchsia #CC32B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.88%

R = 46.68%
G = 11.44%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC32B7 (or 0xCC32B7) is known color: Fuchsia. HEX triplet: CC, 32 and B7. RGB value is (204,50,183). Sum of RGB (Red+Green+Blue) = 204+50+183=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 50 (19.92% from 255 or 11.44% from 437); Blue value is 183 (71.88% from 255 or 41.88% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC32B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC32B7 is #33CD48. Grayscale: #6E6E6E. Windows color (decimal): -3394889 or 12006092. OLE color: 12006092.

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

Color convert

RGB 204 50 183 -
CMYK 0 0.75 0.10 0.2
HSL 308.18º 0.61% 0.5% -
HSV(B) 308.18º 0.75% 0.8% -
XYZ 34.59 18.54 46.55 -
YUV 111.21 168.52 194.19 -
System Red Green Blue C M Y K H S L
Decimal 204 50 183 0 0.75 0.10 0.2 308.18 0.61 0.5
Hex CC 32 B7 0 4B A 14 134 3D 32
Octal 314 62 267 0 113 12 24 464 75 62
Binary 11001100 110010 10110111 0 1001011 1010 10100 100110100 111101 110010

Color Harmonies of #CC32B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC32B7

Black with #CC32B7

Text Example


Text Example

White with #CC32B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC32B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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