Html Css Color HEX #C461BC Fuchsia

📋 copy color: '#C461BC'

red 196 ◦ green 97 ◦ blue 188

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

Shades of Fuchsia #C461BC

Tints of Fuchsia #C461BC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.17%

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

R = 40.75%
G = 20.17%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C461BC (or 0xC461BC) is known color: Fuchsia. HEX triplet: C4, 61 and BC. RGB value is (196,97,188). Sum of RGB (Red+Green+Blue) = 196+97+188=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C461BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461BC is #3B9E43. Grayscale: #888888. Windows color (decimal): -3907140 or 12345796. OLE color: 12345796.

HSL color Cylindrical-coordinate representation of color #C461BC: hue angle of 304.85º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C461BC is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 97 188 -
CMYK 0 0.51 0.04 0.23
HSL 304.85º 0.46% 0.57% -
HSV(B) 304.85º 0.51% 0.77% -
XYZ 36.12 23.92 50.29 -
YUV 136.98 156.8 170.1 -
System Red Green Blue C M Y K H S L
Decimal 196 97 188 0 0.51 0.04 0.23 304.85 0.46 0.57
Hex C4 61 BC 0 33 4 17 131 2E 39
Octal 304 141 274 0 63 4 27 461 56 71
Binary 11000100 1100001 10111100 0 110011 100 10111 100110001 101110 111001

Color Harmonies of #C461BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C461BC

Black with #C461BC

Text Example


Text Example

White with #C461BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C461BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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