Html Css Color HEX #C32AAE Fuchsia

📋 copy color: '#C32AAE'

red 195 ◦ green 42 ◦ blue 174

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

Shades of Fuchsia #C32AAE

Tints of Fuchsia #C32AAE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.22%

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

R = 47.45%
G = 10.22%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C32AAE (or 0xC32AAE) is known color: Fuchsia. HEX triplet: C3, 2A and AE. RGB value is (195,42,174). Sum of RGB (Red+Green+Blue) = 195+42+174=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C32AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32AAE is #3CD551. Grayscale: #666666. Windows color (decimal): -3986770 or 11414211. OLE color: 11414211.

HSL color Cylindrical-coordinate representation of color #C32AAE: hue angle of 308.24º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32AAE is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 42 174 -
CMYK 0 0.78 0.11 0.24
HSL 308.24º 0.65% 0.46% -
HSV(B) 308.24º 0.78% 0.76% -
XYZ 30.97 16.31 41.56 -
YUV 102.8 168.19 193.77 -
System Red Green Blue C M Y K H S L
Decimal 195 42 174 0 0.78 0.11 0.24 308.24 0.65 0.46
Hex C3 2A AE 0 4E B 18 134 41 2E
Octal 303 52 256 0 116 13 30 464 101 56
Binary 11000011 101010 10101110 0 1001110 1011 11000 100110100 1000001 101110

Color Harmonies of #C32AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32AAE

Black with #C32AAE

Text Example


Text Example

White with #C32AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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