Html Css Color HEX #C631BE Fuchsia

📋 copy color: '#C631BE'

red 198 ◦ green 49 ◦ blue 190

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

Shades of Fuchsia #C631BE

Tints of Fuchsia #C631BE

RGB

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

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

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

R = 45.31%
G = 11.21%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C631BE (or 0xC631BE) is known color: Fuchsia. HEX triplet: C6, 31 and BE. RGB value is (198,49,190). Sum of RGB (Red+Green+Blue) = 198+49+190=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C631BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C631BE is #39CE41. Grayscale: #6D6D6D. Windows color (decimal): -3788354 or 12464582. OLE color: 12464582.

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

Color convert

RGB 198 49 190 -
CMYK 0 0.75 0.04 0.22
HSL 303.22º 0.6% 0.48% -
HSV(B) 303.22º 0.75% 0.78% -
XYZ 33.68 17.92 50.4 -
YUV 109.63 173.36 191.04 -
System Red Green Blue C M Y K H S L
Decimal 198 49 190 0 0.75 0.04 0.22 303.22 0.6 0.48
Hex C6 31 BE 0 4B 4 16 12F 3C 30
Octal 306 61 276 0 113 4 26 457 74 60
Binary 11000110 110001 10111110 0 1001011 100 10110 100101111 111100 110000

Color Harmonies of #C631BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C631BE

Black with #C631BE

Text Example


Text Example

White with #C631BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C631BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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