Html Css Color HEX #C461AF Fuchsia

📋 copy color: '#C461AF'

red 196 ◦ green 97 ◦ blue 175

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

Shades of Fuchsia #C461AF

Tints of Fuchsia #C461AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.39%

R = 41.88%
G = 20.73%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C461AF (or 0xC461AF) is known color: Fuchsia. HEX triplet: C4, 61 and AF. RGB value is (196,97,175). Sum of RGB (Red+Green+Blue) = 196+97+175=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C461AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C461AF is #3B9E50. Grayscale: #878787. Windows color (decimal): -3907153 or 11493828. OLE color: 11493828.

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

Color convert

RGB 196 97 175 -
CMYK 0 0.51 0.11 0.23
HSL 312.73º 0.46% 0.57% -
HSV(B) 312.73º 0.51% 0.77% -
XYZ 34.78 23.38 43.24 -
YUV 135.49 150.3 171.16 -
System Red Green Blue C M Y K H S L
Decimal 196 97 175 0 0.51 0.11 0.23 312.73 0.46 0.57
Hex C4 61 AF 0 33 B 17 139 2E 39
Octal 304 141 257 0 63 13 27 471 56 71
Binary 11000100 1100001 10101111 0 110011 1011 10111 100111001 101110 111001

Color Harmonies of #C461AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C461AF

Black with #C461AF

Text Example


Text Example

White with #C461AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C461AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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