Html Css Color HEX #C461BD Fuchsia

📋 copy color: '#C461BD'

red 196 ◦ green 97 ◦ blue 189

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

Shades of Fuchsia #C461BD

Tints of Fuchsia #C461BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.21%

R = 40.66%
G = 20.12%
B = 39.21%

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

#C461BD (or 0xC461BD) is known color: Fuchsia. HEX triplet: C4, 61 and BD. RGB value is (196,97,189). Sum of RGB (Red+Green+Blue) = 196+97+189=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C461BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461BD is #3B9E42. Grayscale: #888888. Windows color (decimal): -3907139 or 12411332. OLE color: 12411332.

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

Color convert

RGB 196 97 189 -
CMYK 0 0.51 0.04 0.23
HSL 304.24º 0.46% 0.57% -
HSV(B) 304.24º 0.51% 0.77% -
XYZ 36.22 23.96 50.86 -
YUV 137.09 157.3 170.02 -
System Red Green Blue C M Y K H S L
Decimal 196 97 189 0 0.51 0.04 0.23 304.24 0.46 0.57
Hex C4 61 BD 0 33 4 17 130 2E 39
Octal 304 141 275 0 63 4 27 460 56 71
Binary 11000100 1100001 10111101 0 110011 100 10111 100110000 101110 111001

Color Harmonies of #C461BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C461BD

Black with #C461BD

Text Example


Text Example

White with #C461BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C461BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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