Html Css Color HEX #C459B4 Fuchsia

📋 copy color: '#C459B4'

red 196 ◦ green 89 ◦ blue 180

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

Shades of Fuchsia #C459B4

Tints of Fuchsia #C459B4

RGB

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

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

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

R = 42.15%
G = 19.14%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C459B4 (or 0xC459B4) is known color: Fuchsia. HEX triplet: C4, 59 and B4. RGB value is (196,89,180). Sum of RGB (Red+Green+Blue) = 196+89+180=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C459B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C459B4 is #3BA64B. Grayscale: #838383. Windows color (decimal): -3909196 or 11819460. OLE color: 11819460.

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

Color convert

RGB 196 89 180 -
CMYK 0 0.55 0.08 0.23
HSL 308.97º 0.48% 0.56% -
HSV(B) 308.97º 0.55% 0.77% -
XYZ 34.58 22.18 45.64 -
YUV 131.37 155.45 174.1 -
System Red Green Blue C M Y K H S L
Decimal 196 89 180 0 0.55 0.08 0.23 308.97 0.48 0.56
Hex C4 59 B4 0 37 8 17 135 30 38
Octal 304 131 264 0 67 10 27 465 60 70
Binary 11000100 1011001 10110100 0 110111 1000 10111 100110101 110000 111000

Color Harmonies of #C459B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C459B4

Black with #C459B4

Text Example


Text Example

White with #C459B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C459B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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