Html Css Color HEX #C459B0 Fuchsia

📋 copy color: '#C459B0'

red 196 ◦ green 89 ◦ blue 176

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

Shades of Fuchsia #C459B0

Tints of Fuchsia #C459B0

RGB

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

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

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

R = 42.52%
G = 19.31%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C459B0 (or 0xC459B0) is known color: Fuchsia. HEX triplet: C4, 59 and B0. RGB value is (196,89,176). Sum of RGB (Red+Green+Blue) = 196+89+176=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 176 (69.14% from 255 or 38.18% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C459B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C459B0 is #3BA64F. Grayscale: #828282. Windows color (decimal): -3909200 or 11557316. OLE color: 11557316.

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

Color convert

RGB 196 89 176 -
CMYK 0 0.55 0.10 0.23
HSL 311.22º 0.48% 0.56% -
HSV(B) 311.22º 0.55% 0.77% -
XYZ 34.17 22.02 43.52 -
YUV 130.91 153.45 174.43 -
System Red Green Blue C M Y K H S L
Decimal 196 89 176 0 0.55 0.10 0.23 311.22 0.48 0.56
Hex C4 59 B0 0 37 A 17 137 30 38
Octal 304 131 260 0 67 12 27 467 60 70
Binary 11000100 1011001 10110000 0 110111 1010 10111 100110111 110000 111000

Color Harmonies of #C459B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C459B0

Black with #C459B0

Text Example


Text Example

White with #C459B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C459B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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