Html Css Color HEX #C260BD Fuchsia

📋 copy color: '#C260BD'

red 194 ◦ green 96 ◦ blue 189

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

Shades of Fuchsia #C260BD

Tints of Fuchsia #C260BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.46%

R = 40.5%
G = 20.04%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C260BD (or 0xC260BD) is known color: Fuchsia. HEX triplet: C2, 60 and BD. RGB value is (194,96,189). Sum of RGB (Red+Green+Blue) = 194+96+189=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C260BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C260BD is #3D9F42. Grayscale: #878787. Windows color (decimal): -4038467 or 12411074. OLE color: 12411074.

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

Color convert

RGB 194 96 189 -
CMYK 0 0.51 0.03 0.24
HSL 303.06º 0.45% 0.57% -
HSV(B) 303.06º 0.51% 0.76% -
XYZ 35.62 23.51 50.8 -
YUV 135.9 157.97 169.44 -
System Red Green Blue C M Y K H S L
Decimal 194 96 189 0 0.51 0.03 0.24 303.06 0.45 0.57
Hex C2 60 BD 0 33 3 18 12F 2D 39
Octal 302 140 275 0 63 3 30 457 55 71
Binary 11000010 1100000 10111101 0 110011 11 11000 100101111 101101 111001

Color Harmonies of #C260BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C260BD

Black with #C260BD

Text Example


Text Example

White with #C260BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C260BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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