Html Css Color HEX #C260BE Fuchsia

📋 copy color: '#C260BE'

red 194 ◦ green 96 ◦ blue 190

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

Shades of Fuchsia #C260BE

Tints of Fuchsia #C260BE

RGB

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

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

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

R = 40.42%
G = 20%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C260BE (or 0xC260BE) is known color: Fuchsia. HEX triplet: C2, 60 and BE. RGB value is (194,96,190). Sum of RGB (Red+Green+Blue) = 194+96+190=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C260BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C260BE is #3D9F41. Grayscale: #878787. Windows color (decimal): -4038466 or 12476610. OLE color: 12476610.

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

Color convert

RGB 194 96 190 -
CMYK 0 0.51 0.02 0.24
HSL 302.45º 0.45% 0.57% -
HSV(B) 302.45º 0.51% 0.76% -
XYZ 35.73 23.55 51.38 -
YUV 136.02 158.47 169.36 -
System Red Green Blue C M Y K H S L
Decimal 194 96 190 0 0.51 0.02 0.24 302.45 0.45 0.57
Hex C2 60 BE 0 33 2 18 12E 2D 39
Octal 302 140 276 0 63 2 30 456 55 71
Binary 11000010 1100000 10111110 0 110011 10 11000 100101110 101101 111001

Color Harmonies of #C260BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C260BE

Black with #C260BE

Text Example


Text Example

White with #C260BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C260BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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