Html Css Color HEX #C259B0 Fuchsia

📋 copy color: '#C259B0'

red 194 ◦ green 89 ◦ blue 176

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

Shades of Fuchsia #C259B0

Tints of Fuchsia #C259B0

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.39%

 BLUE value IS 176 (69.14% from 255) = 38.34%

R = 42.27%
G = 19.39%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C259B0 (or 0xC259B0) is known color: Fuchsia. HEX triplet: C2, 59 and B0. RGB value is (194,89,176). Sum of RGB (Red+Green+Blue) = 194+89+176=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C259B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C259B0 is #3DA64F. Grayscale: #828282. Windows color (decimal): -4040272 or 11557314. OLE color: 11557314.

HSL color Cylindrical-coordinate representation of color #C259B0: hue angle of 310.29º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C259B0 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 89 176 -
CMYK 0 0.54 0.09 0.24
HSL 310.29º 0.46% 0.55% -
HSV(B) 310.29º 0.54% 0.76% -
XYZ 33.66 21.75 43.5 -
YUV 130.31 153.79 173.43 -
System Red Green Blue C M Y K H S L
Decimal 194 89 176 0 0.54 0.09 0.24 310.29 0.46 0.55
Hex C2 59 B0 0 36 9 18 136 2E 37
Octal 302 131 260 0 66 11 30 466 56 67
Binary 11000010 1011001 10110000 0 110110 1001 11000 100110110 101110 110111

Color Harmonies of #C259B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C259B0

Black with #C259B0

Text Example


Text Example

White with #C259B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C259B0; }

 p { color: rgb(194,89,176); }

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

background-color css

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

 a { background-color: rgb(194,89,176); }

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

border-color css

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

 span { border-color: rgb(194,89,176); }

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