Html Css Color HEX #C351B9 Fuchsia

📋 copy color: '#C351B9'

red 195 ◦ green 81 ◦ blue 185

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

Shades of Fuchsia #C351B9

Tints of Fuchsia #C351B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.13%

R = 42.3%
G = 17.57%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C351B9 (or 0xC351B9) is known color: Fuchsia. HEX triplet: C3, 51 and B9. RGB value is (195,81,185). Sum of RGB (Red+Green+Blue) = 195+81+185=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C351B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C351B9 is #3CAE46. Grayscale: #7E7E7E. Windows color (decimal): -3976775 or 12145091. OLE color: 12145091.

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

Color convert

RGB 195 81 185 -
CMYK 0 0.58 0.05 0.24
HSL 305.26º 0.49% 0.54% -
HSV(B) 305.26º 0.58% 0.76% -
XYZ 34.21 20.99 48.15 -
YUV 126.94 160.77 176.54 -
System Red Green Blue C M Y K H S L
Decimal 195 81 185 0 0.58 0.05 0.24 305.26 0.49 0.54
Hex C3 51 B9 0 3A 5 18 131 31 36
Octal 303 121 271 0 72 5 30 461 61 66
Binary 11000011 1010001 10111001 0 111010 101 11000 100110001 110001 110110

Color Harmonies of #C351B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C351B9

Black with #C351B9

Text Example


Text Example

White with #C351B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C351B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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