Html Css Color HEX #C350AD Fuchsia

📋 copy color: '#C350AD'

red 195 ◦ green 80 ◦ blue 173

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

Shades of Fuchsia #C350AD

Tints of Fuchsia #C350AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.62%

R = 43.53%
G = 17.86%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C350AD (or 0xC350AD) is known color: Fuchsia. HEX triplet: C3, 50 and AD. RGB value is (195,80,173). Sum of RGB (Red+Green+Blue) = 195+80+173=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C350AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C350AD is #3CAF52. Grayscale: #7C7C7C. Windows color (decimal): -3977043 or 11358403. OLE color: 11358403.

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

Color convert

RGB 195 80 173 -
CMYK 0 0.59 0.11 0.24
HSL 311.48º 0.49% 0.54% -
HSV(B) 311.48º 0.59% 0.76% -
XYZ 32.92 20.36 41.73 -
YUV 124.99 155.1 177.94 -
System Red Green Blue C M Y K H S L
Decimal 195 80 173 0 0.59 0.11 0.24 311.48 0.49 0.54
Hex C3 50 AD 0 3B B 18 137 31 36
Octal 303 120 255 0 73 13 30 467 61 66
Binary 11000011 1010000 10101101 0 111011 1011 11000 100110111 110001 110110

Color Harmonies of #C350AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C350AD

Black with #C350AD

Text Example


Text Example

White with #C350AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C350AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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