Html Css Color HEX #C562AB Fuchsia

📋 copy color: '#C562AB'

red 197 ◦ green 98 ◦ blue 171

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

Shades of Fuchsia #C562AB

Tints of Fuchsia #C562AB

RGB

 RED value IS 197 (77.34% from 255) = 42.27%

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

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

R = 42.27%
G = 21.03%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C562AB (or 0xC562AB) is known color: Fuchsia. HEX triplet: C5, 62 and AB. RGB value is (197,98,171). Sum of RGB (Red+Green+Blue) = 197+98+171=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C562AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C562AB is #3A9D54. Grayscale: #878787. Windows color (decimal): -3841365 or 11231941. OLE color: 11231941.

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

Color convert

RGB 197 98 171 -
CMYK 0 0.50 0.13 0.23
HSL 315.76º 0.46% 0.58% -
HSV(B) 315.76º 0.5% 0.77% -
XYZ 34.74 23.55 41.24 -
YUV 135.92 147.8 171.56 -
System Red Green Blue C M Y K H S L
Decimal 197 98 171 0 0.50 0.13 0.23 315.76 0.46 0.58
Hex C5 62 AB 0 32 D 17 13C 2E 3A
Octal 305 142 253 0 62 15 27 474 56 72
Binary 11000101 1100010 10101011 0 110010 1101 10111 100111100 101110 111010

Color Harmonies of #C562AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C562AB

Black with #C562AB

Text Example


Text Example

White with #C562AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C562AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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