Html Css Color HEX #C350B9 Fuchsia

📋 copy color: '#C350B9'

red 195 ◦ green 80 ◦ blue 185

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

Shades of Fuchsia #C350B9

Tints of Fuchsia #C350B9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.39%

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

R = 42.39%
G = 17.39%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C350B9 (or 0xC350B9) is known color: Fuchsia. HEX triplet: C3, 50 and B9. RGB value is (195,80,185). Sum of RGB (Red+Green+Blue) = 195+80+185=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C350B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C350B9 is #3CAF46. Grayscale: #7E7E7E. Windows color (decimal): -3977031 or 12144835. OLE color: 12144835.

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

Color convert

RGB 195 80 185 -
CMYK 0 0.59 0.05 0.24
HSL 305.22º 0.49% 0.54% -
HSV(B) 305.22º 0.59% 0.76% -
XYZ 34.13 20.84 48.12 -
YUV 126.36 161.1 176.96 -
System Red Green Blue C M Y K H S L
Decimal 195 80 185 0 0.59 0.05 0.24 305.22 0.49 0.54
Hex C3 50 B9 0 3B 5 18 131 31 36
Octal 303 120 271 0 73 5 30 461 61 66
Binary 11000011 1010000 10111001 0 111011 101 11000 100110001 110001 110110

Color Harmonies of #C350B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C350B9

Black with #C350B9

Text Example


Text Example

White with #C350B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C350B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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