Html Css Color HEX #C259B4 Fuchsia

📋 copy color: '#C259B4'

red 194 ◦ green 89 ◦ blue 180

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

Shades of Fuchsia #C259B4

Tints of Fuchsia #C259B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.88%

R = 41.9%
G = 19.22%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C259B4 (or 0xC259B4) is known color: Fuchsia. HEX triplet: C2, 59 and B4. RGB value is (194,89,180). Sum of RGB (Red+Green+Blue) = 194+89+180=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C259B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C259B4 is #3DA64B. Grayscale: #828282. Windows color (decimal): -4040268 or 11819458. OLE color: 11819458.

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

Color convert

RGB 194 89 180 -
CMYK 0 0.54 0.07 0.24
HSL 308º 0.46% 0.55% -
HSV(B) 308º 0.54% 0.76% -
XYZ 34.06 21.91 45.61 -
YUV 130.77 155.79 173.1 -
System Red Green Blue C M Y K H S L
Decimal 194 89 180 0 0.54 0.07 0.24 308 0.46 0.55
Hex C2 59 B4 0 36 7 18 134 2E 37
Octal 302 131 264 0 66 7 30 464 56 67
Binary 11000010 1011001 10110100 0 110110 111 11000 100110100 101110 110111

Color Harmonies of #C259B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C259B4

Black with #C259B4

Text Example


Text Example

White with #C259B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C259B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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