Html Css Color HEX #C350AF Fuchsia

📋 copy color: '#C350AF'

red 195 ◦ green 80 ◦ blue 175

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

Shades of Fuchsia #C350AF

Tints of Fuchsia #C350AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.89%

R = 43.33%
G = 17.78%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C350AF (or 0xC350AF) is known color: Fuchsia. HEX triplet: C3, 50 and AF. RGB value is (195,80,175). Sum of RGB (Red+Green+Blue) = 195+80+175=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C350AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C350AF is #3CAF50. Grayscale: #7C7C7C. Windows color (decimal): -3977041 or 11489475. OLE color: 11489475.

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

Color convert

RGB 195 80 175 -
CMYK 0 0.59 0.10 0.24
HSL 310.43º 0.49% 0.54% -
HSV(B) 310.43º 0.59% 0.76% -
XYZ 33.11 20.43 42.76 -
YUV 125.22 156.1 177.78 -
System Red Green Blue C M Y K H S L
Decimal 195 80 175 0 0.59 0.10 0.24 310.43 0.49 0.54
Hex C3 50 AF 0 3B A 18 136 31 36
Octal 303 120 257 0 73 12 30 466 61 66
Binary 11000011 1010000 10101111 0 111011 1010 11000 100110110 110001 110110

Color Harmonies of #C350AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C350AF

Black with #C350AF

Text Example


Text Example

White with #C350AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C350AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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