Html Css Color HEX #C459BE Fuchsia

📋 copy color: '#C459BE'

red 196 ◦ green 89 ◦ blue 190

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

Shades of Fuchsia #C459BE

Tints of Fuchsia #C459BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40%

R = 41.26%
G = 18.74%
B = 40%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C459BE (or 0xC459BE) is known color: Fuchsia. HEX triplet: C4, 59 and BE. RGB value is (196,89,190). Sum of RGB (Red+Green+Blue) = 196+89+190=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C459BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C459BE is #3BA641. Grayscale: #848484. Windows color (decimal): -3909186 or 12474820. OLE color: 12474820.

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

Color convert

RGB 196 89 190 -
CMYK 0 0.55 0.03 0.23
HSL 303.36º 0.48% 0.56% -
HSV(B) 303.36º 0.55% 0.77% -
XYZ 35.63 22.6 51.2 -
YUV 132.51 160.45 173.29 -
System Red Green Blue C M Y K H S L
Decimal 196 89 190 0 0.55 0.03 0.23 303.36 0.48 0.56
Hex C4 59 BE 0 37 3 17 12F 30 38
Octal 304 131 276 0 67 3 27 457 60 70
Binary 11000100 1011001 10111110 0 110111 11 10111 100101111 110000 111000

Color Harmonies of #C459BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C459BE

Black with #C459BE

Text Example


Text Example

White with #C459BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C459BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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