Html Css Color HEX #C562BE Fuchsia

📋 copy color: '#C562BE'

red 197 ◦ green 98 ◦ blue 190

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

Shades of Fuchsia #C562BE

Tints of Fuchsia #C562BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.18%

R = 40.62%
G = 20.21%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C562BE (or 0xC562BE) is known color: Fuchsia. HEX triplet: C5, 62 and BE. RGB value is (197,98,190). Sum of RGB (Red+Green+Blue) = 197+98+190=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 197 - color contains mainly: red. Hex color #C562BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C562BE is #3A9D41. Grayscale: #898989. Windows color (decimal): -3841346 or 12477125. OLE color: 12477125.

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

Color convert

RGB 197 98 190 -
CMYK 0 0.50 0.04 0.23
HSL 304.24º 0.46% 0.58% -
HSV(B) 304.24º 0.5% 0.77% -
XYZ 36.69 24.32 51.48 -
YUV 138.09 157.3 170.02 -
System Red Green Blue C M Y K H S L
Decimal 197 98 190 0 0.50 0.04 0.23 304.24 0.46 0.58
Hex C5 62 BE 0 32 4 17 130 2E 3A
Octal 305 142 276 0 62 4 27 460 56 72
Binary 11000101 1100010 10111110 0 110010 100 10111 100110000 101110 111010

Color Harmonies of #C562BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C562BE

Black with #C562BE

Text Example


Text Example

White with #C562BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C562BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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