Html Css Color HEX #C359AF Fuchsia

📋 copy color: '#C359AF'

red 195 ◦ green 89 ◦ blue 175

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

Shades of Fuchsia #C359AF

Tints of Fuchsia #C359AF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.39%

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

R = 42.48%
G = 19.39%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C359AF (or 0xC359AF) is known color: Fuchsia. HEX triplet: C3, 59 and AF. RGB value is (195,89,175). Sum of RGB (Red+Green+Blue) = 195+89+175=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C359AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C359AF is #3CA650. Grayscale: #828282. Windows color (decimal): -3974737 or 11491779. OLE color: 11491779.

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

Color convert

RGB 195 89 175 -
CMYK 0 0.54 0.10 0.24
HSL 311.32º 0.47% 0.56% -
HSV(B) 311.32º 0.54% 0.76% -
XYZ 33.82 21.84 42.99 -
YUV 130.5 153.12 174.01 -
System Red Green Blue C M Y K H S L
Decimal 195 89 175 0 0.54 0.10 0.24 311.32 0.47 0.56
Hex C3 59 AF 0 36 A 18 137 2F 38
Octal 303 131 257 0 66 12 30 467 57 70
Binary 11000011 1011001 10101111 0 110110 1010 11000 100110111 101111 111000

Color Harmonies of #C359AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C359AF

Black with #C359AF

Text Example


Text Example

White with #C359AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C359AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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