Html Css Color HEX #C260B5 Fuchsia

📋 copy color: '#C260B5'

red 194 ◦ green 96 ◦ blue 181

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

Shades of Fuchsia #C260B5

Tints of Fuchsia #C260B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.43%

R = 41.19%
G = 20.38%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C260B5 (or 0xC260B5) is known color: Fuchsia. HEX triplet: C2, 60 and B5. RGB value is (194,96,181). Sum of RGB (Red+Green+Blue) = 194+96+181=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C260B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C260B5 is #3D9F4A. Grayscale: #868686. Windows color (decimal): -4038475 or 11886786. OLE color: 11886786.

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

Color convert

RGB 194 96 181 -
CMYK 0 0.51 0.07 0.24
HSL 307.96º 0.45% 0.57% -
HSV(B) 307.96º 0.51% 0.76% -
XYZ 34.77 23.17 46.36 -
YUV 134.99 153.97 170.09 -
System Red Green Blue C M Y K H S L
Decimal 194 96 181 0 0.51 0.07 0.24 307.96 0.45 0.57
Hex C2 60 B5 0 33 7 18 134 2D 39
Octal 302 140 265 0 63 7 30 464 55 71
Binary 11000010 1100000 10110101 0 110011 111 11000 100110100 101101 111001

Color Harmonies of #C260B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C260B5

Black with #C260B5

Text Example


Text Example

White with #C260B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C260B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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