Html Css Color HEX #C562AF Fuchsia

📋 copy color: '#C562AF'

red 197 ◦ green 98 ◦ blue 175

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

Shades of Fuchsia #C562AF

Tints of Fuchsia #C562AF

RGB

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

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

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

R = 41.91%
G = 20.85%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C562AF (or 0xC562AF) is known color: Fuchsia. HEX triplet: C5, 62 and AF. RGB value is (197,98,175). Sum of RGB (Red+Green+Blue) = 197+98+175=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C562AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C562AF is #3A9D50. Grayscale: #888888. Windows color (decimal): -3841361 or 11494085. OLE color: 11494085.

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

Color convert

RGB 197 98 175 -
CMYK 0 0.50 0.11 0.23
HSL 313.33º 0.46% 0.58% -
HSV(B) 313.33º 0.5% 0.77% -
XYZ 35.13 23.7 43.28 -
YUV 136.38 149.8 171.24 -
System Red Green Blue C M Y K H S L
Decimal 197 98 175 0 0.50 0.11 0.23 313.33 0.46 0.58
Hex C5 62 AF 0 32 B 17 139 2E 3A
Octal 305 142 257 0 62 13 27 471 56 72
Binary 11000101 1100010 10101111 0 110010 1011 10111 100111001 101110 111010

Color Harmonies of #C562AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C562AF

Black with #C562AF

Text Example


Text Example

White with #C562AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C562AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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