Html Css Color HEX #C461C0 Fuchsia

📋 copy color: '#C461C0'

red 196 ◦ green 97 ◦ blue 192

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

Shades of Fuchsia #C461C0

Tints of Fuchsia #C461C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.59%

R = 40.41%
G = 20%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C461C0 (or 0xC461C0) is known color: Fuchsia. HEX triplet: C4, 61 and C0. RGB value is (196,97,192). Sum of RGB (Red+Green+Blue) = 196+97+192=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C461C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461C0 is #3B9E3F. Grayscale: #898989. Windows color (decimal): -3907136 or 12607940. OLE color: 12607940.

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

Color convert

RGB 196 97 192 -
CMYK 0 0.51 0.02 0.23
HSL 302.42º 0.46% 0.57% -
HSV(B) 302.42º 0.51% 0.77% -
XYZ 36.55 24.09 52.59 -
YUV 137.43 158.8 169.78 -
System Red Green Blue C M Y K H S L
Decimal 196 97 192 0 0.51 0.02 0.23 302.42 0.46 0.57
Hex C4 61 C0 0 33 2 17 12E 2E 39
Octal 304 141 300 0 63 2 27 456 56 71
Binary 11000100 1100001 11000000 0 110011 10 10111 100101110 101110 111001

Color Harmonies of #C461C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C461C0

Black with #C461C0

Text Example


Text Example

White with #C461C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C461C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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