Html Css Color HEX #C562B8 Fuchsia

📋 copy color: '#C562B8'

red 197 ◦ green 98 ◦ blue 184

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

Shades of Fuchsia #C562B8

Tints of Fuchsia #C562B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.41%

R = 41.13%
G = 20.46%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C562B8 (or 0xC562B8) is known color: Fuchsia. HEX triplet: C5, 62 and B8. RGB value is (197,98,184). Sum of RGB (Red+Green+Blue) = 197+98+184=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C562B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C562B8 is #3A9D47. Grayscale: #898989. Windows color (decimal): -3841352 or 12083909. OLE color: 12083909.

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

Color convert

RGB 197 98 184 -
CMYK 0 0.50 0.07 0.23
HSL 307.88º 0.46% 0.58% -
HSV(B) 307.88º 0.5% 0.77% -
XYZ 36.05 24.07 48.09 -
YUV 137.41 154.3 170.51 -
System Red Green Blue C M Y K H S L
Decimal 197 98 184 0 0.50 0.07 0.23 307.88 0.46 0.58
Hex C5 62 B8 0 32 7 17 134 2E 3A
Octal 305 142 270 0 62 7 27 464 56 72
Binary 11000101 1100010 10111000 0 110010 111 10111 100110100 101110 111010

Color Harmonies of #C562B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C562B8

Black with #C562B8

Text Example


Text Example

White with #C562B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C562B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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