Html Css Color HEX #C260B6 Fuchsia

📋 copy color: '#C260B6'

red 194 ◦ green 96 ◦ blue 182

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

Shades of Fuchsia #C260B6

Tints of Fuchsia #C260B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.56%

R = 41.1%
G = 20.34%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C260B6 (or 0xC260B6) is known color: Fuchsia. HEX triplet: C2, 60 and B6. RGB value is (194,96,182). Sum of RGB (Red+Green+Blue) = 194+96+182=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 182 (71.48% from 255 or 38.56% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C260B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C260B6 is #3D9F49. Grayscale: #868686. Windows color (decimal): -4038474 or 11952322. OLE color: 11952322.

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

Color convert

RGB 194 96 182 -
CMYK 0 0.51 0.06 0.24
HSL 307.35º 0.45% 0.57% -
HSV(B) 307.35º 0.51% 0.76% -
XYZ 34.87 23.21 46.9 -
YUV 135.11 154.47 170.01 -
System Red Green Blue C M Y K H S L
Decimal 194 96 182 0 0.51 0.06 0.24 307.35 0.45 0.57
Hex C2 60 B6 0 33 6 18 133 2D 39
Octal 302 140 266 0 63 6 30 463 55 71
Binary 11000010 1100000 10110110 0 110011 110 11000 100110011 101101 111001

Color Harmonies of #C260B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C260B6

Black with #C260B6

Text Example


Text Example

White with #C260B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C260B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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