Html Css Color HEX #C32FAD Fuchsia

📋 copy color: '#C32FAD'

red 195 ◦ green 47 ◦ blue 173

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

Shades of Fuchsia #C32FAD

Tints of Fuchsia #C32FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.69%

R = 46.99%
G = 11.33%
B = 41.69%

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

#C32FAD (or 0xC32FAD) is known color: Fuchsia. HEX triplet: C3, 2F and AD. RGB value is (195,47,173). Sum of RGB (Red+Green+Blue) = 195+47+173=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C32FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32FAD is #3CD052. Grayscale: #696969. Windows color (decimal): -3985491 or 11349955. OLE color: 11349955.

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

Color convert

RGB 195 47 173 -
CMYK 0 0.76 0.11 0.24
HSL 308.92º 0.61% 0.47% -
HSV(B) 308.92º 0.76% 0.76% -
XYZ 31.07 16.65 41.11 -
YUV 105.62 166.03 191.75 -
System Red Green Blue C M Y K H S L
Decimal 195 47 173 0 0.76 0.11 0.24 308.92 0.61 0.47
Hex C3 2F AD 0 4C B 18 135 3D 2F
Octal 303 57 255 0 114 13 30 465 75 57
Binary 11000011 101111 10101101 0 1001100 1011 11000 100110101 111101 101111

Color Harmonies of #C32FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32FAD

Black with #C32FAD

Text Example


Text Example

White with #C32FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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