Html Css Color HEX #C351AA Fuchsia

📋 copy color: '#C351AA'

red 195 ◦ green 81 ◦ blue 170

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

Shades of Fuchsia #C351AA

Tints of Fuchsia #C351AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.12%

R = 43.72%
G = 18.16%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C351AA (or 0xC351AA) is known color: Fuchsia. HEX triplet: C3, 51 and AA. RGB value is (195,81,170). Sum of RGB (Red+Green+Blue) = 195+81+170=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C351AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C351AA is #3CAE55. Grayscale: #7C7C7C. Windows color (decimal): -3976790 or 11162051. OLE color: 11162051.

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

Color convert

RGB 195 81 170 -
CMYK 0 0.58 0.13 0.24
HSL 313.16º 0.49% 0.54% -
HSV(B) 313.16º 0.58% 0.76% -
XYZ 32.7 20.39 40.24 -
YUV 125.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 195 81 170 0 0.58 0.13 0.24 313.16 0.49 0.54
Hex C3 51 AA 0 3A D 18 139 31 36
Octal 303 121 252 0 72 15 30 471 61 66
Binary 11000011 1010001 10101010 0 111010 1101 11000 100111001 110001 110110

Color Harmonies of #C351AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C351AA

Black with #C351AA

Text Example


Text Example

White with #C351AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C351AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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