Html Css Color HEX #C32FAC Fuchsia

📋 copy color: '#C32FAC'

red 195 ◦ green 47 ◦ blue 172

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

Shades of Fuchsia #C32FAC

Tints of Fuchsia #C32FAC

RGB

 RED value IS 195 (76.56% from 255) = 47.1%

 GREEN value IS 47 (18.75% from 255) = 11.35%

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

R = 47.1%
G = 11.35%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C32FAC (or 0xC32FAC) is known color: Fuchsia. HEX triplet: C3, 2F and AC. RGB value is (195,47,172). Sum of RGB (Red+Green+Blue) = 195+47+172=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 47 (18.75% from 255 or 11.35% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C32FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32FAC is #3CD053. Grayscale: #696969. Windows color (decimal): -3985492 or 11284419. OLE color: 11284419.

HSL color Cylindrical-coordinate representation of color #C32FAC: hue angle of 309.32º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C32FAC is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 47 172 -
CMYK 0 0.76 0.12 0.24
HSL 309.32º 0.61% 0.47% -
HSV(B) 309.32º 0.76% 0.76% -
XYZ 30.97 16.61 40.6 -
YUV 105.5 165.53 191.84 -
System Red Green Blue C M Y K H S L
Decimal 195 47 172 0 0.76 0.12 0.24 309.32 0.61 0.47
Hex C3 2F AC 0 4C C 18 135 3D 2F
Octal 303 57 254 0 114 14 30 465 75 57
Binary 11000011 101111 10101100 0 1001100 1100 11000 100110101 111101 101111

Color Harmonies of #C32FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32FAC

Black with #C32FAC

Text Example


Text Example

White with #C32FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32FAC; }

 p { color: rgb(195,47,172); }

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

background-color css

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

 a { background-color: rgb(195,47,172); }

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

border-color css

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

 span { border-color: rgb(195,47,172); }

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