Html Css Color HEX #C260BA Fuchsia

📋 copy color: '#C260BA'

red 194 ◦ green 96 ◦ blue 186

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

Shades of Fuchsia #C260BA

Tints of Fuchsia #C260BA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.17%

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 40.76%
G = 20.17%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C260BA (or 0xC260BA) is known color: Fuchsia. HEX triplet: C2, 60 and BA. RGB value is (194,96,186). Sum of RGB (Red+Green+Blue) = 194+96+186=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C260BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C260BA is #3D9F45. Grayscale: #878787. Windows color (decimal): -4038470 or 12214466. OLE color: 12214466.

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

Color convert

RGB 194 96 186 -
CMYK 0 0.51 0.04 0.24
HSL 304.9º 0.45% 0.57% -
HSV(B) 304.9º 0.51% 0.76% -
XYZ 35.29 23.38 49.11 -
YUV 135.56 156.47 169.68 -
System Red Green Blue C M Y K H S L
Decimal 194 96 186 0 0.51 0.04 0.24 304.9 0.45 0.57
Hex C2 60 BA 0 33 4 18 131 2D 39
Octal 302 140 272 0 63 4 30 461 55 71
Binary 11000010 1100000 10111010 0 110011 100 11000 100110001 101101 111001

Color Harmonies of #C260BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C260BA

Black with #C260BA

Text Example


Text Example

White with #C260BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C260BA; }

 p { color: rgb(194,96,186); }

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

background-color css

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

 a { background-color: rgb(194,96,186); }

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

border-color css

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

 span { border-color: rgb(194,96,186); }

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