Html Css Color HEX #C261BE Fuchsia

📋 copy color: '#C261BE'

red 194 ◦ green 97 ◦ blue 190

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

Shades of Fuchsia #C261BE

Tints of Fuchsia #C261BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.5%

R = 40.33%
G = 20.17%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C261BE (or 0xC261BE) is known color: Fuchsia. HEX triplet: C2, 61 and BE. RGB value is (194,97,190). Sum of RGB (Red+Green+Blue) = 194+97+190=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C261BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C261BE is #3D9E41. Grayscale: #888888. Windows color (decimal): -4038210 or 12476866. OLE color: 12476866.

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

Color convert

RGB 194 97 190 -
CMYK 0 0.50 0.02 0.24
HSL 302.47º 0.44% 0.57% -
HSV(B) 302.47º 0.5% 0.76% -
XYZ 35.82 23.74 51.41 -
YUV 136.61 158.14 168.94 -
System Red Green Blue C M Y K H S L
Decimal 194 97 190 0 0.50 0.02 0.24 302.47 0.44 0.57
Hex C2 61 BE 0 32 2 18 12E 2C 39
Octal 302 141 276 0 62 2 30 456 54 71
Binary 11000010 1100001 10111110 0 110010 10 11000 100101110 101100 111001

Color Harmonies of #C261BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C261BE

Black with #C261BE

Text Example


Text Example

White with #C261BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C261BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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