Html Css Color HEX #C462AC Fuchsia

📋 copy color: '#C462AC'

red 196 ◦ green 98 ◦ blue 172

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

Shades of Fuchsia #C462AC

Tints of Fuchsia #C462AC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.03%

 BLUE value IS 172 (67.58% from 255) = 36.91%

R = 42.06%
G = 21.03%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C462AC (or 0xC462AC) is known color: Fuchsia. HEX triplet: C4, 62 and AC. RGB value is (196,98,172). Sum of RGB (Red+Green+Blue) = 196+98+172=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C462AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C462AC is #3B9D53. Grayscale: #878787. Windows color (decimal): -3906900 or 11297476. OLE color: 11297476.

HSL color Cylindrical-coordinate representation of color #C462AC: hue angle of 314.69º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C462AC is Cyan = 0, Magento = 0.5, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 98 172 -
CMYK 0 0.5 0.12 0.23
HSL 314.69º 0.45% 0.58% -
HSV(B) 314.69º 0.5% 0.77% -
XYZ 34.58 23.45 41.73 -
YUV 135.74 148.47 170.98 -
System Red Green Blue C M Y K H S L
Decimal 196 98 172 0 0.5 0.12 0.23 314.69 0.45 0.58
Hex C4 62 AC 0 32 C 17 13B 2D 3A
Octal 304 142 254 0 62 14 27 473 55 72
Binary 11000100 1100010 10101100 0 110010 1100 10111 100111011 101101 111010

Color Harmonies of #C462AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C462AC

Black with #C462AC

Text Example


Text Example

White with #C462AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C462AC; }

 p { color: rgb(196,98,172); }

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

background-color css

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

 a { background-color: rgb(196,98,172); }

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

border-color css

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

 span { border-color: rgb(196,98,172); }

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