Html Css Color HEX #C631AE Fuchsia

📋 copy color: '#C631AE'

red 198 ◦ green 49 ◦ blue 174

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

Shades of Fuchsia #C631AE

Tints of Fuchsia #C631AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.33%

R = 47.03%
G = 11.64%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C631AE (or 0xC631AE) is known color: Fuchsia. HEX triplet: C6, 31 and AE. RGB value is (198,49,174). Sum of RGB (Red+Green+Blue) = 198+49+174=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 49 (19.53% from 255 or 11.64% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C631AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C631AE is #39CE51. Grayscale: #6B6B6B. Windows color (decimal): -3788370 or 11416006. OLE color: 11416006.

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

Color convert

RGB 198 49 174 -
CMYK 0 0.75 0.12 0.22
HSL 309.66º 0.6% 0.48% -
HSV(B) 309.66º 0.75% 0.78% -
XYZ 32.03 17.26 41.69 -
YUV 107.8 165.36 192.34 -
System Red Green Blue C M Y K H S L
Decimal 198 49 174 0 0.75 0.12 0.22 309.66 0.6 0.48
Hex C6 31 AE 0 4B C 16 136 3C 30
Octal 306 61 256 0 113 14 26 466 74 60
Binary 11000110 110001 10101110 0 1001011 1100 10110 100110110 111100 110000

Color Harmonies of #C631AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C631AE

Black with #C631AE

Text Example


Text Example

White with #C631AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C631AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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