Html Css Color HEX #C462AA Fuchsia

📋 copy color: '#C462AA'

red 196 ◦ green 98 ◦ blue 170

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

Shades of Fuchsia #C462AA

Tints of Fuchsia #C462AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.64%

R = 42.24%
G = 21.12%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C462AA (or 0xC462AA) is known color: Fuchsia. HEX triplet: C4, 62 and AA. RGB value is (196,98,170). Sum of RGB (Red+Green+Blue) = 196+98+170=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 98 (38.67% from 255 or 21.12% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C462AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C462AA is #3B9D55. Grayscale: #878787. Windows color (decimal): -3906902 or 11166404. OLE color: 11166404.

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

Color convert

RGB 196 98 170 -
CMYK 0 0.5 0.13 0.23
HSL 315.92º 0.45% 0.58% -
HSV(B) 315.92º 0.5% 0.77% -
XYZ 34.39 23.37 40.73 -
YUV 135.51 147.47 171.15 -
System Red Green Blue C M Y K H S L
Decimal 196 98 170 0 0.5 0.13 0.23 315.92 0.45 0.58
Hex C4 62 AA 0 32 D 17 13C 2D 3A
Octal 304 142 252 0 62 15 27 474 55 72
Binary 11000100 1100010 10101010 0 110010 1101 10111 100111100 101101 111010

Color Harmonies of #C462AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C462AA

Black with #C462AA

Text Example


Text Example

White with #C462AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C462AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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