Html Css Color HEX #C261AD Fuchsia

📋 copy color: '#C261AD'

red 194 ◦ green 97 ◦ blue 173

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

Shades of Fuchsia #C261AD

Tints of Fuchsia #C261AD

RGB

 RED value IS 194 (76.17% from 255) = 41.81%

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

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

R = 41.81%
G = 20.91%
B = 37.28%

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

#C261AD (or 0xC261AD) is known color: Fuchsia. HEX triplet: C2, 61 and AD. RGB value is (194,97,173). Sum of RGB (Red+Green+Blue) = 194+97+173=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C261AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C261AD is #3D9E52. Grayscale: #868686. Windows color (decimal): -4038227 or 11362754. OLE color: 11362754.

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

Color convert

RGB 194 97 173 -
CMYK 0 0.50 0.11 0.24
HSL 312.99º 0.44% 0.57% -
HSV(B) 312.99º 0.5% 0.76% -
XYZ 34.07 23.04 42.19 -
YUV 134.67 149.64 170.32 -
System Red Green Blue C M Y K H S L
Decimal 194 97 173 0 0.50 0.11 0.24 312.99 0.44 0.57
Hex C2 61 AD 0 32 B 18 139 2C 39
Octal 302 141 255 0 62 13 30 471 54 71
Binary 11000010 1100001 10101101 0 110010 1011 11000 100111001 101100 111001

Color Harmonies of #C261AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C261AD

Black with #C261AD

Text Example


Text Example

White with #C261AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C261AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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