Html Css Color HEX #C462AB Fuchsia

📋 copy color: '#C462AB'

red 196 ◦ green 98 ◦ blue 171

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

Shades of Fuchsia #C462AB

Tints of Fuchsia #C462AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.77%

R = 42.15%
G = 21.08%
B = 36.77%

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

#C462AB (or 0xC462AB) is known color: Fuchsia. HEX triplet: C4, 62 and AB. RGB value is (196,98,171). Sum of RGB (Red+Green+Blue) = 196+98+171=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C462AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C462AB is #3B9D54. Grayscale: #878787. Windows color (decimal): -3906901 or 11231940. OLE color: 11231940.

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

Color convert

RGB 196 98 171 -
CMYK 0 0.5 0.13 0.23
HSL 315.31º 0.45% 0.58% -
HSV(B) 315.31º 0.5% 0.77% -
XYZ 34.48 23.41 41.23 -
YUV 135.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 196 98 171 0 0.5 0.13 0.23 315.31 0.45 0.58
Hex C4 62 AB 0 32 D 17 13B 2D 3A
Octal 304 142 253 0 62 15 27 473 55 72
Binary 11000100 1100010 10101011 0 110010 1101 10111 100111011 101101 111010

Color Harmonies of #C462AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C462AB

Black with #C462AB

Text Example


Text Example

White with #C462AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C462AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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