Html Css Color HEX #C32DAE Fuchsia

📋 copy color: '#C32DAE'

red 195 ◦ green 45 ◦ blue 174

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

Shades of Fuchsia #C32DAE

Tints of Fuchsia #C32DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.87%

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

R = 47.1%
G = 10.87%
B = 42.03%

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

#C32DAE (or 0xC32DAE) is known color: Fuchsia. HEX triplet: C3, 2D and AE. RGB value is (195,45,174). Sum of RGB (Red+Green+Blue) = 195+45+174=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C32DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32DAE is #3CD251. Grayscale: #686868. Windows color (decimal): -3986002 or 11414979. OLE color: 11414979.

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

Color convert

RGB 195 45 174 -
CMYK 0 0.77 0.11 0.24
HSL 308.4º 0.63% 0.47% -
HSV(B) 308.4º 0.77% 0.76% -
XYZ 31.08 16.53 41.6 -
YUV 104.56 167.2 192.51 -
System Red Green Blue C M Y K H S L
Decimal 195 45 174 0 0.77 0.11 0.24 308.4 0.63 0.47
Hex C3 2D AE 0 4D B 18 134 3E 2F
Octal 303 55 256 0 115 13 30 464 76 57
Binary 11000011 101101 10101110 0 1001101 1011 11000 100110100 111110 101111

Color Harmonies of #C32DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32DAE

Black with #C32DAE

Text Example


Text Example

White with #C32DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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