Html Css Color HEX #C351AC Fuchsia

📋 copy color: '#C351AC'

red 195 ◦ green 81 ◦ blue 172

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

Shades of Fuchsia #C351AC

Tints of Fuchsia #C351AC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.08%

 BLUE value IS 172 (67.58% from 255) = 38.39%

R = 43.53%
G = 18.08%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C351AC (or 0xC351AC) is known color: Fuchsia. HEX triplet: C3, 51 and AC. RGB value is (195,81,172). Sum of RGB (Red+Green+Blue) = 195+81+172=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C351AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C351AC is #3CAE53. Grayscale: #7D7D7D. Windows color (decimal): -3976788 or 11293123. OLE color: 11293123.

HSL color Cylindrical-coordinate representation of color #C351AC: hue angle of 312.11º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C351AC is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 81 172 -
CMYK 0 0.58 0.12 0.24
HSL 312.11º 0.49% 0.54% -
HSV(B) 312.11º 0.58% 0.76% -
XYZ 32.89 20.47 41.25 -
YUV 125.46 154.27 177.6 -
System Red Green Blue C M Y K H S L
Decimal 195 81 172 0 0.58 0.12 0.24 312.11 0.49 0.54
Hex C3 51 AC 0 3A C 18 138 31 36
Octal 303 121 254 0 72 14 30 470 61 66
Binary 11000011 1010001 10101100 0 111010 1100 11000 100111000 110001 110110

Color Harmonies of #C351AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C351AC

Black with #C351AC

Text Example


Text Example

White with #C351AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C351AC; }

 p { color: rgb(195,81,172); }

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

background-color css

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

 a { background-color: rgb(195,81,172); }

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

border-color css

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

 span { border-color: rgb(195,81,172); }

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