Html Css Color HEX #C459BA Fuchsia

📋 copy color: '#C459BA'

red 196 ◦ green 89 ◦ blue 186

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

Shades of Fuchsia #C459BA

Tints of Fuchsia #C459BA

RGB

 RED value IS 196 (76.95% from 255) = 41.61%

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

 BLUE value IS 186 (73.05% from 255) = 39.49%

R = 41.61%
G = 18.9%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C459BA (or 0xC459BA) is known color: Fuchsia. HEX triplet: C4, 59 and BA. RGB value is (196,89,186). Sum of RGB (Red+Green+Blue) = 196+89+186=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C459BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C459BA is #3BA645. Grayscale: #838383. Windows color (decimal): -3909190 or 12212676. OLE color: 12212676.

HSL color Cylindrical-coordinate representation of color #C459BA: hue angle of 305.61º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C459BA is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 89 186 -
CMYK 0 0.55 0.05 0.23
HSL 305.61º 0.48% 0.56% -
HSV(B) 305.61º 0.55% 0.77% -
XYZ 35.2 22.43 48.93 -
YUV 132.05 158.45 173.61 -
System Red Green Blue C M Y K H S L
Decimal 196 89 186 0 0.55 0.05 0.23 305.61 0.48 0.56
Hex C4 59 BA 0 37 5 17 132 30 38
Octal 304 131 272 0 67 5 27 462 60 70
Binary 11000100 1011001 10111010 0 110111 101 10111 100110010 110000 111000

Color Harmonies of #C459BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C459BA

Black with #C459BA

Text Example


Text Example

White with #C459BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C459BA; }

 p { color: rgb(196,89,186); }

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

background-color css

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

 a { background-color: rgb(196,89,186); }

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

border-color css

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

 span { border-color: rgb(196,89,186); }

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