Html Css Color HEX #C361AD Fuchsia

📋 copy color: '#C361AD'

red 195 ◦ green 97 ◦ blue 173

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

Shades of Fuchsia #C361AD

Tints of Fuchsia #C361AD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.86%

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

R = 41.94%
G = 20.86%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C361AD (or 0xC361AD) is known color: Fuchsia. HEX triplet: C3, 61 and AD. RGB value is (195,97,173). Sum of RGB (Red+Green+Blue) = 195+97+173=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C361AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C361AD is #3C9E52. Grayscale: #868686. Windows color (decimal): -3972691 or 11362755. OLE color: 11362755.

HSL color Cylindrical-coordinate representation of color #C361AD: hue angle of 313.47º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C361AD is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 97 173 -
CMYK 0 0.50 0.11 0.24
HSL 313.47º 0.45% 0.57% -
HSV(B) 313.47º 0.5% 0.76% -
XYZ 34.32 23.17 42.2 -
YUV 134.97 149.47 170.82 -
System Red Green Blue C M Y K H S L
Decimal 195 97 173 0 0.50 0.11 0.24 313.47 0.45 0.57
Hex C3 61 AD 0 32 B 18 139 2D 39
Octal 303 141 255 0 62 13 30 471 55 71
Binary 11000011 1100001 10101101 0 110010 1011 11000 100111001 101101 111001

Color Harmonies of #C361AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C361AD

Black with #C361AD

Text Example


Text Example

White with #C361AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C361AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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