Html Css Color HEX #C32FAE Fuchsia

📋 copy color: '#C32FAE'

red 195 ◦ green 47 ◦ blue 174

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

Shades of Fuchsia #C32FAE

Tints of Fuchsia #C32FAE

RGB

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

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

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

R = 46.88%
G = 11.3%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C32FAE (or 0xC32FAE) is known color: Fuchsia. HEX triplet: C3, 2F and AE. RGB value is (195,47,174). Sum of RGB (Red+Green+Blue) = 195+47+174=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C32FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32FAE is #3CD051. Grayscale: #696969. Windows color (decimal): -3985490 or 11415491. OLE color: 11415491.

HSL color Cylindrical-coordinate representation of color #C32FAE: hue angle of 308.51º 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 #C32FAE is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 47 174 -
CMYK 0 0.76 0.11 0.24
HSL 308.51º 0.61% 0.47% -
HSV(B) 308.51º 0.76% 0.76% -
XYZ 31.16 16.69 41.62 -
YUV 105.73 166.53 191.67 -
System Red Green Blue C M Y K H S L
Decimal 195 47 174 0 0.76 0.11 0.24 308.51 0.61 0.47
Hex C3 2F AE 0 4C B 18 135 3D 2F
Octal 303 57 256 0 114 13 30 465 75 57
Binary 11000011 101111 10101110 0 1001100 1011 11000 100110101 111101 101111

Color Harmonies of #C32FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32FAE

Black with #C32FAE

Text Example


Text Example

White with #C32FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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