Html Css Color HEX #C459BC Fuchsia

📋 copy color: '#C459BC'

red 196 ◦ green 89 ◦ blue 188

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

Shades of Fuchsia #C459BC

Tints of Fuchsia #C459BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.75%

R = 41.44%
G = 18.82%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C459BC (or 0xC459BC) is known color: Fuchsia. HEX triplet: C4, 59 and BC. RGB value is (196,89,188). Sum of RGB (Red+Green+Blue) = 196+89+188=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C459BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C459BC is #3BA643. Grayscale: #838383. Windows color (decimal): -3909188 or 12343748. OLE color: 12343748.

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

Color convert

RGB 196 89 188 -
CMYK 0 0.55 0.04 0.23
HSL 304.49º 0.48% 0.56% -
HSV(B) 304.49º 0.55% 0.77% -
XYZ 35.41 22.51 50.06 -
YUV 132.28 159.45 173.45 -
System Red Green Blue C M Y K H S L
Decimal 196 89 188 0 0.55 0.04 0.23 304.49 0.48 0.56
Hex C4 59 BC 0 37 4 17 130 30 38
Octal 304 131 274 0 67 4 27 460 60 70
Binary 11000100 1011001 10111100 0 110111 100 10111 100110000 110000 111000

Color Harmonies of #C459BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C459BC

Black with #C459BC

Text Example


Text Example

White with #C459BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C459BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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