Html Css Color HEX #C631AD Fuchsia

📋 copy color: '#C631AD'

red 198 ◦ green 49 ◦ blue 173

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

Shades of Fuchsia #C631AD

Tints of Fuchsia #C631AD

RGB

 RED value IS 198 (77.73% from 255) = 47.14%

 GREEN value IS 49 (19.53% from 255) = 11.67%

 BLUE value IS 173 (67.97% from 255) = 41.19%

R = 47.14%
G = 11.67%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C631AD (or 0xC631AD) is known color: Fuchsia. HEX triplet: C6, 31 and AD. RGB value is (198,49,173). Sum of RGB (Red+Green+Blue) = 198+49+173=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C631AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C631AD is #39CE52. Grayscale: #6B6B6B. Windows color (decimal): -3788371 or 11350470. OLE color: 11350470.

HSL color Cylindrical-coordinate representation of color #C631AD: hue angle of 310.07º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C631AD is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 49 173 -
CMYK 0 0.75 0.13 0.22
HSL 310.07º 0.6% 0.48% -
HSV(B) 310.07º 0.75% 0.78% -
XYZ 31.93 17.22 41.18 -
YUV 107.69 164.86 192.42 -
System Red Green Blue C M Y K H S L
Decimal 198 49 173 0 0.75 0.13 0.22 310.07 0.6 0.48
Hex C6 31 AD 0 4B D 16 136 3C 30
Octal 306 61 255 0 113 15 26 466 74 60
Binary 11000110 110001 10101101 0 1001011 1101 10110 100110110 111100 110000

Color Harmonies of #C631AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C631AD

Black with #C631AD

Text Example


Text Example

White with #C631AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C631AD; }

 p { color: rgb(198,49,173); }

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

background-color css

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

 a { background-color: rgb(198,49,173); }

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

border-color css

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

 span { border-color: rgb(198,49,173); }

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