Html Css Color HEX #C459B5 Fuchsia

📋 copy color: '#C459B5'

red 196 ◦ green 89 ◦ blue 181

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

Shades of Fuchsia #C459B5

Tints of Fuchsia #C459B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.84%

R = 42.06%
G = 19.1%
B = 38.84%

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

#C459B5 (or 0xC459B5) is known color: Fuchsia. HEX triplet: C4, 59 and B5. RGB value is (196,89,181). Sum of RGB (Red+Green+Blue) = 196+89+181=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C459B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C459B5 is #3BA64A. Grayscale: #838383. Windows color (decimal): -3909195 or 11884996. OLE color: 11884996.

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

Color convert

RGB 196 89 181 -
CMYK 0 0.55 0.08 0.23
HSL 308.41º 0.48% 0.56% -
HSV(B) 308.41º 0.55% 0.77% -
XYZ 34.68 22.22 46.18 -
YUV 131.48 155.95 174.02 -
System Red Green Blue C M Y K H S L
Decimal 196 89 181 0 0.55 0.08 0.23 308.41 0.48 0.56
Hex C4 59 B5 0 37 8 17 134 30 38
Octal 304 131 265 0 67 10 27 464 60 70
Binary 11000100 1011001 10110101 0 110111 1000 10111 100110100 110000 111000

Color Harmonies of #C459B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C459B5

Black with #C459B5

Text Example


Text Example

White with #C459B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C459B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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