Html Css Color HEX #C32CAF Fuchsia

📋 copy color: '#C32CAF'

red 195 ◦ green 44 ◦ blue 175

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

Shades of Fuchsia #C32CAF

Tints of Fuchsia #C32CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.27%

R = 47.1%
G = 10.63%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C32CAF (or 0xC32CAF) is known color: Fuchsia. HEX triplet: C3, 2C and AF. RGB value is (195,44,175). Sum of RGB (Red+Green+Blue) = 195+44+175=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 44 (17.58% from 255 or 10.63% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C32CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32CAF is #3CD350. Grayscale: #676767. Windows color (decimal): -3986257 or 11480259. OLE color: 11480259.

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

Color convert

RGB 195 44 175 -
CMYK 0 0.77 0.10 0.24
HSL 307.95º 0.63% 0.47% -
HSV(B) 307.95º 0.77% 0.76% -
XYZ 31.14 16.5 42.1 -
YUV 104.08 168.03 192.85 -
System Red Green Blue C M Y K H S L
Decimal 195 44 175 0 0.77 0.10 0.24 307.95 0.63 0.47
Hex C3 2C AF 0 4D A 18 134 3F 2F
Octal 303 54 257 0 115 12 30 464 77 57
Binary 11000011 101100 10101111 0 1001101 1010 11000 100110100 111111 101111

Color Harmonies of #C32CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32CAF

Black with #C32CAF

Text Example


Text Example

White with #C32CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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