Html Css Color HEX #C32CAE Fuchsia

📋 copy color: '#C32CAE'

red 195 ◦ green 44 ◦ blue 174

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

Shades of Fuchsia #C32CAE

Tints of Fuchsia #C32CAE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.65%

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

R = 47.22%
G = 10.65%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C32CAE (or 0xC32CAE) is known color: Fuchsia. HEX triplet: C3, 2C and AE. RGB value is (195,44,174). Sum of RGB (Red+Green+Blue) = 195+44+174=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C32CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32CAE is #3CD351. Grayscale: #676767. Windows color (decimal): -3986258 or 11414723. OLE color: 11414723.

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

Color convert

RGB 195 44 174 -
CMYK 0 0.77 0.11 0.24
HSL 308.34º 0.63% 0.47% -
HSV(B) 308.34º 0.77% 0.76% -
XYZ 31.05 16.46 41.59 -
YUV 103.97 167.53 192.93 -
System Red Green Blue C M Y K H S L
Decimal 195 44 174 0 0.77 0.11 0.24 308.34 0.63 0.47
Hex C3 2C AE 0 4D B 18 134 3F 2F
Octal 303 54 256 0 115 13 30 464 77 57
Binary 11000011 101100 10101110 0 1001101 1011 11000 100110100 111111 101111

Color Harmonies of #C32CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32CAE

Black with #C32CAE

Text Example


Text Example

White with #C32CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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