Html Css Color HEX #C631AC Fuchsia

📋 copy color: '#C631AC'

red 198 ◦ green 49 ◦ blue 172

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

Shades of Fuchsia #C631AC

Tints of Fuchsia #C631AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.05%

R = 47.26%
G = 11.69%
B = 41.05%

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

#C631AC (or 0xC631AC) is known color: Fuchsia. HEX triplet: C6, 31 and AC. RGB value is (198,49,172). Sum of RGB (Red+Green+Blue) = 198+49+172=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 49 (19.53% from 255 or 11.69% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C631AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C631AC is #39CE53. Grayscale: #6B6B6B. Windows color (decimal): -3788372 or 11284934. OLE color: 11284934.

HSL color Cylindrical-coordinate representation of color #C631AC: hue angle of 310.47º 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 #C631AC is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 49 172 -
CMYK 0 0.75 0.13 0.22
HSL 310.47º 0.6% 0.48% -
HSV(B) 310.47º 0.75% 0.78% -
XYZ 31.83 17.18 40.67 -
YUV 107.57 164.36 192.5 -
System Red Green Blue C M Y K H S L
Decimal 198 49 172 0 0.75 0.13 0.22 310.47 0.6 0.48
Hex C6 31 AC 0 4B D 16 136 3C 30
Octal 306 61 254 0 113 15 26 466 74 60
Binary 11000110 110001 10101100 0 1001011 1101 10110 100110110 111100 110000

Color Harmonies of #C631AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C631AC

Black with #C631AC

Text Example


Text Example

White with #C631AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C631AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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